#608306

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

Shades of Olive Drab #608306

Tints of Olive Drab #608306

Color information

#608306 (or 0x608306) is unknown color: approx Olive Drab. HEX triplet: 60, 83 and 06. RGB value is (96,131,6). Sum of RGB (Red+Green+Blue) = 96+131+6=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #608306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608306 is #9F7CF9. Grayscale: #6A6A6A. Windows color (decimal): -10452218 or 426848. OLE color: 426848.

HSL color Cylindrical-coordinate representation of color #608306: hue angle of 76.8º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #608306 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB961316-
CMYK0.2700.950.49
HSL76.8º91.24%26.86%-
HSV(B)76.8º95.42%51.37%-
XYZ12.9718.733.1-
YUV106.2871.4120.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 131 (51.56% from 255) = 56.22%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=41.20%
G=56.22%
B=2.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9613160.2700.950.4976.891.2426.86
Hex608361B05F314d5b1b
Octal14020363301376111513333
Binary11000001000001111011011010111111100011001101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608306; }

 p { color: rgb(96,131,6); }

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

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

 a { background-color: rgb(96,131,6); }

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

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

 span { border-color: rgb(96,131,6); }

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