Html Css Color HEX #608C1B Olive Drab

📋 copy color: '#608C1B'

red 96 ◦ green 140 ◦ blue 27

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

Shades of Olive Drab #608C1B

Tints of Olive Drab #608C1B

RGB

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

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

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

R = 36.5%
G = 53.23%
B = 10.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#608C1B (or 0x608C1B) is known color: Olive Drab. HEX triplet: 60, 8C and 1B. RGB value is (96,140,27). Sum of RGB (Red+Green+Blue) = 96+140+27=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #608C1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608C1B is #9F73E4. Grayscale: #727272. Windows color (decimal): -10449893 or 1805408. OLE color: 1805408.

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

Color convert

RGB 96 140 27 -
CMYK 0.31 0 0.81 0.45
HSL 83.36º 0.68% 0.33% -
HSV(B) 83.36º 0.81% 0.55% -
XYZ 14.4 21.32 4.39 -
YUV 113.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 96 140 27 0.31 0 0.81 0.45 83.36 0.68 0.33
Hex 60 8C 1B 1F 0 51 2D 53 44 21
Octal 140 214 33 37 0 121 55 123 104 41
Binary 1100000 10001100 11011 11111 0 1010001 101101 1010011 1000100 100001

Color Harmonies of #608C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C1B

Black with #608C1B

Text Example


Text Example

White with #608C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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