#658519

Color #658519 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #658519

Tints of Olive Drab #658519

Color information

#658519 (or 0x658519) is unknown color: approx Olive Drab. HEX triplet: 65, 85 and 19. RGB value is (101,133,25). Sum of RGB (Red+Green+Blue) = 101+133+25=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #658519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658519 is #9A7AE6. Grayscale: #6F6F6F. Windows color (decimal): -10124007 or 1672549. OLE color: 1672549.

HSL color Cylindrical-coordinate representation of color #658519: hue angle of 77.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #658519 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB10113325-
CMYK0.2400.810.48
HSL77.78º68.35%30.98%-
HSV(B)77.78º81.2%52.16%-
XYZ13.9319.613.97-
YUV111.1279.4120.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=39.00%
G=51.35%
B=9.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133250.2400.810.4877.7868.3530.98
Hex65851918051304e441f
Octal145205313001216011610437
Binary1100101100001011100111000010100011100001001110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658519; }

 p { color: rgb(101,133,25); }

 H1.HeaderClassName
 {
   color: #658519;
 }
 .AnyTagClassName
 {
   color: #658519;
 }
</style>
background-color css

<style>
 a { background-color: #658519; }

 a { background-color: rgb(101,133,25); }

 div.DivClassName
 {
   background-color: #658519;
 }
 .BgClassName
 {
   background-color: #658519;
 }
</style>
border-color css

<style>
 span { border-color: #658519; }

 span { border-color: rgb(101,133,25); }

 td.TdClassName
 {
   border-color: #658519;
 }
 .TagClassName
 {
   border-color: #658519;
 }
</style>