Html Css Color HEX #608919 Olive Drab

📋 copy color: '#608919'

red 96 ◦ green 137 ◦ blue 25

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

Shades of Olive Drab #608919

Tints of Olive Drab #608919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

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

R = 37.21%
G = 53.1%
B = 9.69%

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

#608919 (or 0x608919) is known color: Olive Drab. HEX triplet: 60, 89 and 19. RGB value is (96,137,25). Sum of RGB (Red+Green+Blue) = 96+137+25=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #608919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608919 is #9F76E6. Grayscale: #707070. Windows color (decimal): -10450663 or 1673568. OLE color: 1673568.

HSL color Cylindrical-coordinate representation of color #608919: hue angle of 81.96º 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 #608919 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 25 -
CMYK 0.30 0 0.82 0.46
HSL 81.96º 0.69% 0.32% -
HSV(B) 81.96º 0.82% 0.54% -
XYZ 13.95 20.45 4.13 -
YUV 111.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 96 137 25 0.30 0 0.82 0.46 81.96 0.69 0.32
Hex 60 89 19 1E 0 52 2E 52 45 20
Octal 140 211 31 36 0 122 56 122 105 40
Binary 1100000 10001001 11001 11110 0 1010010 101110 1010010 1000101 100000

Color Harmonies of #608919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608919

Black with #608919

Text Example


Text Example

White with #608919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608919; }

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

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

background-color css

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

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

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

border-color css

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

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

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