Html Css Color HEX #608E1B Olive Drab

📋 copy color: '#608E1B'

red 96 ◦ green 142 ◦ blue 27

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

Shades of Olive Drab #608E1B

Tints of Olive Drab #608E1B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.58%

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 36.23%
G = 53.58%
B = 10.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#608E1B (or 0x608E1B) is known color: Olive Drab. HEX triplet: 60, 8E and 1B. RGB value is (96,142,27). Sum of RGB (Red+Green+Blue) = 96+142+27=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #608E1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608E1B is #9F71E4. Grayscale: #737373. Windows color (decimal): -10449381 or 1805920. OLE color: 1805920.

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

Color convert

RGB 96 142 27 -
CMYK 0.32 0 0.81 0.44
HSL 84º 0.68% 0.33% -
HSV(B) 84º 0.81% 0.56% -
XYZ 14.69 21.91 4.49 -
YUV 115.14 78.26 114.35 -
System Red Green Blue C M Y K H S L
Decimal 96 142 27 0.32 0 0.81 0.44 84 0.68 0.33
Hex 60 8E 1B 20 0 51 2C 54 44 21
Octal 140 216 33 40 0 121 54 124 104 41
Binary 1100000 10001110 11011 100000 0 1010001 101100 1010100 1000100 100001

Color Harmonies of #608E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608E1B

Black with #608E1B

Text Example


Text Example

White with #608E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,142,27); }

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

background-color css

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

 a { background-color: rgb(96,142,27); }

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

border-color css

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

 span { border-color: rgb(96,142,27); }

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