#608D1A

Color #608D1A Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #608D1A

Tints of Olive Drab #608D1A

Color information

#608D1A (or 0x608D1A) is unknown color: approx Olive Drab. HEX triplet: 60, 8D and 1A. RGB value is (96,141,26). Sum of RGB (Red+Green+Blue) = 96+141+26=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #608D1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608D1A is #9F72E5. Grayscale: #727272. Windows color (decimal): -10449638 or 1740128. OLE color: 1740128.

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

Color convert

RGB9614126-
CMYK0.3200.820.45
HSL83.48º68.86%32.75%-
HSV(B)83.48º81.56%55.29%-
XYZ14.5421.614.38-
YUV114.4478.09114.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 141 (55.47% from 255) = 53.61%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=36.50%
G=53.61%
B=9.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96141260.3200.820.4583.4868.8632.75
Hex608D1A200522D534521
Octal140215324001225512310541
Binary110000010001101110101000000101001010110110100111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,141,26); }

 H1.HeaderClassName
 {
   color: #608D1A;
 }
 .AnyTagClassName
 {
   color: #608D1A;
 }
</style>
background-color css

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

 a { background-color: rgb(96,141,26); }

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

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

 span { border-color: rgb(96,141,26); }

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