Html Css Color HEX #608C1C Olive Drab

📋 copy color: '#608C1C'

red 96 ◦ green 140 ◦ blue 28

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

Shades of Olive Drab #608C1C

Tints of Olive Drab #608C1C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.03%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 36.36%
G = 53.03%
B = 10.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#608C1C (or 0x608C1C) is known color: Olive Drab. HEX triplet: 60, 8C and 1C. RGB value is (96,140,28). Sum of RGB (Red+Green+Blue) = 96+140+28=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #608C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608C1C is #9F73E3. Grayscale: #727272. Windows color (decimal): -10449892 or 1870944. OLE color: 1870944.

HSL color Cylindrical-coordinate representation of color #608C1C: hue angle of 83.57º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #608C1C is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 140 28 -
CMYK 0.31 0 0.80 0.45
HSL 83.57º 0.67% 0.33% -
HSV(B) 83.57º 0.8% 0.55% -
XYZ 14.41 21.33 4.46 -
YUV 114.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 96 140 28 0.31 0 0.80 0.45 83.57 0.67 0.33
Hex 60 8C 1C 1F 0 50 2D 54 43 21
Octal 140 214 34 37 0 120 55 124 103 41
Binary 1100000 10001100 11100 11111 0 1010000 101101 1010100 1000011 100001

Color Harmonies of #608C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C1C

Black with #608C1C

Text Example


Text Example

White with #608C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,140,28); }

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

background-color css

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

 a { background-color: rgb(96,140,28); }

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

border-color css

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

 span { border-color: rgb(96,140,28); }

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