Html Css Color HEX #608A19 Olive Drab

📋 copy color: '#608A19'

red 96 ◦ green 138 ◦ blue 25

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

Shades of Olive Drab #608A19

Tints of Olive Drab #608A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.28%

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

R = 37.07%
G = 53.28%
B = 9.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#608A19 (or 0x608A19) is known color: Olive Drab. HEX triplet: 60, 8A and 19. RGB value is (96,138,25). Sum of RGB (Red+Green+Blue) = 96+138+25=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #608A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608A19 is #9F75E6. Grayscale: #707070. Windows color (decimal): -10450407 or 1673824. OLE color: 1673824.

HSL color Cylindrical-coordinate representation of color #608A19: hue angle of 82.3º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608A19 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 138 25 -
CMYK 0.30 0 0.82 0.46
HSL 82.3º 0.69% 0.32% -
HSV(B) 82.3º 0.82% 0.54% -
XYZ 14.09 20.73 4.18 -
YUV 112.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 96 138 25 0.30 0 0.82 0.46 82.3 0.69 0.32
Hex 60 8A 19 1E 0 52 2E 52 45 20
Octal 140 212 31 36 0 122 56 122 105 40
Binary 1100000 10001010 11001 11110 0 1010010 101110 1010010 1000101 100000

Color Harmonies of #608A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608A19

Black with #608A19

Text Example


Text Example

White with #608A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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