Html Css Color HEX #609019 Olive Drab

📋 copy color: '#609019'

red 96 ◦ green 144 ◦ blue 25

#609019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #609019

Tints of Olive Drab #609019

RGB

 RED value IS 96 (37.89% from 255) = 36.23%

 GREEN value IS 144 (56.64% from 255) = 54.34%

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 36.23%
G = 54.34%
B = 9.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#609019 (or 0x609019) is known color: Olive Drab. HEX triplet: 60, 90 and 19. RGB value is (96,144,25). Sum of RGB (Red+Green+Blue) = 96+144+25=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #609019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609019 is #9F6FE6. Grayscale: #747474. Windows color (decimal): -10448871 or 1675360. OLE color: 1675360.

HSL color Cylindrical-coordinate representation of color #609019: hue angle of 84.2º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #609019 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 25 -
CMYK 0.33 0 0.83 0.44
HSL 84.2º 0.7% 0.33% -
HSV(B) 84.2º 0.83% 0.56% -
XYZ 14.97 22.5 4.47 -
YUV 116.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 96 144 25 0.33 0 0.83 0.44 84.2 0.7 0.33
Hex 60 90 19 21 0 53 2C 54 46 21
Octal 140 220 31 41 0 123 54 124 106 41
Binary 1100000 10010000 11001 100001 0 1010011 101100 1010100 1000110 100001

Color Harmonies of #609019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609019

Black with #609019

Text Example


Text Example

White with #609019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609019; }

 p { color: rgb(96,144,25); }

 H1.HeaderClassName
 {
   color: #609019;
 }
 .AnyTagClassName
 {
   color: #609019;
 }
</style>

background-color css

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

 a { background-color: rgb(96,144,25); }

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

border-color css

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

 span { border-color: rgb(96,144,25); }

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