Html Css Color HEX #608C1D Olive Drab

📋 copy color: '#608C1D'

red 96 ◦ green 140 ◦ blue 29

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

Shades of Olive Drab #608C1D

Tints of Olive Drab #608C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 36.23%
G = 52.83%
B = 10.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#608C1D (or 0x608C1D) is known color: Olive Drab. HEX triplet: 60, 8C and 1D. RGB value is (96,140,29). Sum of RGB (Red+Green+Blue) = 96+140+29=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #608C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608C1D is #9F73E2. Grayscale: #727272. Windows color (decimal): -10449891 or 1936480. OLE color: 1936480.

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

Color convert

RGB 96 140 29 -
CMYK 0.31 0 0.79 0.45
HSL 83.78º 0.66% 0.33% -
HSV(B) 83.78º 0.79% 0.55% -
XYZ 14.42 21.33 4.52 -
YUV 114.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 96 140 29 0.31 0 0.79 0.45 83.78 0.66 0.33
Hex 60 8C 1D 1F 0 4F 2D 54 42 21
Octal 140 214 35 37 0 117 55 124 102 41
Binary 1100000 10001100 11101 11111 0 1001111 101101 1010100 1000010 100001

Color Harmonies of #608C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C1D

Black with #608C1D

Text Example


Text Example

White with #608C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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