Html Css Color HEX #608F14 Olive Drab

📋 copy color: '#608F14'

red 96 ◦ green 143 ◦ blue 20

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

Shades of Olive Drab #608F14

Tints of Olive Drab #608F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55.21%

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

R = 37.07%
G = 55.21%
B = 7.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#608F14 (or 0x608F14) is known color: Olive Drab. HEX triplet: 60, 8F and 14. RGB value is (96,143,20). Sum of RGB (Red+Green+Blue) = 96+143+20=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #608F14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608F14 is #9F70EB. Grayscale: #737373. Windows color (decimal): -10449132 or 1347424. OLE color: 1347424.

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

Color convert

RGB 96 143 20 -
CMYK 0.33 0 0.86 0.44
HSL 82.93º 0.75% 0.32% -
HSV(B) 82.93º 0.86% 0.56% -
XYZ 14.77 22.18 4.16 -
YUV 114.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 96 143 20 0.33 0 0.86 0.44 82.93 0.75 0.32
Hex 60 8F 14 21 0 56 2C 53 4B 20
Octal 140 217 24 41 0 126 54 123 113 40
Binary 1100000 10001111 10100 100001 0 1010110 101100 1010011 1001011 100000

Color Harmonies of #608F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F14

Black with #608F14

Text Example


Text Example

White with #608F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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