#658318

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

Shades of Olive Drab #658318

Tints of Olive Drab #658318

Color information

#658318 (or 0x658318) is unknown color: approx Olive Drab. HEX triplet: 65, 83 and 18. RGB value is (101,131,24). Sum of RGB (Red+Green+Blue) = 101+131+24=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #658318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658318 is #9A7CE7. Grayscale: #6E6E6E. Windows color (decimal): -10124520 or 1606501. OLE color: 1606501.

HSL color Cylindrical-coordinate representation of color #658318: hue angle of 76.82º degrees, saturation: 0.69, 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 #658318 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB10113124-
CMYK0.2300.820.49
HSL76.82º69.03%30.39%-
HSV(B)76.82º81.68%51.37%-
XYZ13.6519.073.82-
YUV109.8379.56121.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 131 (51.56% from 255) = 51.17%
BLUE value IS 24 (9.77% from 255) = 9.38%
R=39.45%
G=51.17%
B=9.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131240.2300.820.4976.8269.0330.39
Hex65831817052314d451e
Octal145203302701226111510536
Binary1100101100000111100010111010100101100011001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658318; }

 p { color: rgb(101,131,24); }

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

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

 a { background-color: rgb(101,131,24); }

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

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

 span { border-color: rgb(101,131,24); }

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