#658508

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

Shades of Olive Drab #658508

Tints of Olive Drab #658508

Color information

#658508 (or 0x658508) is unknown color: approx Olive Drab. HEX triplet: 65, 85 and 08. RGB value is (101,133,8). Sum of RGB (Red+Green+Blue) = 101+133+8=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #658508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658508 is #9A7AF7. Grayscale: #6D6D6D. Windows color (decimal): -10124024 or 558437. OLE color: 558437.

HSL color Cylindrical-coordinate representation of color #658508: hue angle of 75.36º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #658508 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1011338-
CMYK0.2400.940.48
HSL75.36º88.65%27.65%-
HSV(B)75.36º93.98%52.16%-
XYZ13.819.563.28-
YUV109.1870.9122.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 8 (3.52% from 255) = 3.31%
R=41.74%
G=54.96%
B=3.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10113380.2400.940.4875.3688.6527.65
Hex658581805E304b591c
Octal145205103001366011313134
Binary110010110000101100011000010111101100001001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658508; }

 p { color: rgb(101,133,8); }

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

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

 a { background-color: rgb(101,133,8); }

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

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

 span { border-color: rgb(101,133,8); }

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