#608217

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

Shades of Olive Drab #608217

Tints of Olive Drab #608217

Color information

#608217 (or 0x608217) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 17. RGB value is (96,130,23). Sum of RGB (Red+Green+Blue) = 96+130+23=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #608217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608217 is #9F7DE8. Grayscale: #6C6C6C. Windows color (decimal): -10452457 or 1540704. OLE color: 1540704.

HSL color Cylindrical-coordinate representation of color #608217: hue angle of 79.07º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608217 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB9613023-
CMYK0.2600.820.49
HSL79.07º69.93%30%-
HSV(B)79.07º82.31%50.98%-
XYZ12.9618.513.7-
YUV107.6480.24119.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=38.55%
G=52.21%
B=9.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130230.2600.820.4979.0769.9330
Hex6082171A052314f461e
Octal140202273201226111710636
Binary1100000100000101011111010010100101100011001111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608217; }

 p { color: rgb(96,130,23); }

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

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

 a { background-color: rgb(96,130,23); }

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

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

 span { border-color: rgb(96,130,23); }

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