Html Css Color HEX #608114 Olive Drab

📋 copy color: '#608114'

red 96 ◦ green 129 ◦ blue 20

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

Shades of Olive Drab #608114

Tints of Olive Drab #608114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 39.18%
G = 52.65%
B = 8.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#608114 (or 0x608114) is known color: Olive Drab. HEX triplet: 60, 81 and 14. RGB value is (96,129,20). Sum of RGB (Red+Green+Blue) = 96+129+20=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #608114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608114 is #9F7EEB. Grayscale: #6B6B6B. Windows color (decimal): -10452716 or 1343840. OLE color: 1343840.

HSL color Cylindrical-coordinate representation of color #608114: hue angle of 78.17º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #608114 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 20 -
CMYK 0.26 0 0.84 0.49
HSL 78.17º 0.73% 0.29% -
HSV(B) 78.17º 0.84% 0.51% -
XYZ 12.8 18.24 3.51 -
YUV 106.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 96 129 20 0.26 0 0.84 0.49 78.17 0.73 0.29
Hex 60 81 14 1A 0 54 31 4E 49 1D
Octal 140 201 24 32 0 124 61 116 111 35
Binary 1100000 10000001 10100 11010 0 1010100 110001 1001110 1001001 11101

Color Harmonies of #608114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608114

Black with #608114

Text Example


Text Example

White with #608114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608114; }

 p { color: rgb(96,129,20); }

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

background-color css

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

 a { background-color: rgb(96,129,20); }

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

border-color css

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

 span { border-color: rgb(96,129,20); }

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