Html Css Color HEX #608914 Olive Drab

📋 copy color: '#608914'

red 96 ◦ green 137 ◦ blue 20

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

Shades of Olive Drab #608914

Tints of Olive Drab #608914

RGB

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

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

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

R = 37.94%
G = 54.15%
B = 7.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#608914 (or 0x608914) is known color: Olive Drab. HEX triplet: 60, 89 and 14. RGB value is (96,137,20). Sum of RGB (Red+Green+Blue) = 96+137+20=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #608914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608914 is #9F76EB. Grayscale: #6F6F6F. Windows color (decimal): -10450668 or 1345888. OLE color: 1345888.

HSL color Cylindrical-coordinate representation of color #608914: hue angle of 81.03º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #608914 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 20 -
CMYK 0.30 0 0.85 0.46
HSL 81.03º 0.75% 0.31% -
HSV(B) 81.03º 0.85% 0.54% -
XYZ 13.9 20.43 3.87 -
YUV 111.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 96 137 20 0.30 0 0.85 0.46 81.03 0.75 0.31
Hex 60 89 14 1E 0 55 2E 51 4B 1F
Octal 140 211 24 36 0 125 56 121 113 37
Binary 1100000 10001001 10100 11110 0 1010101 101110 1010001 1001011 11111

Color Harmonies of #608914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608914

Black with #608914

Text Example


Text Example

White with #608914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608914; }

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

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

background-color css

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

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

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

border-color css

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

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

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