#658316

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

Shades of Olive Drab #658316

Tints of Olive Drab #658316

Color information

#658316 (or 0x658316) is unknown color: approx Olive Drab. HEX triplet: 65, 83 and 16. RGB value is (101,131,22). Sum of RGB (Red+Green+Blue) = 101+131+22=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #658316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658316 is #9A7CE9. Grayscale: #6E6E6E. Windows color (decimal): -10124522 or 1475429. OLE color: 1475429.

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

Color convert

RGB10113122-
CMYK0.2300.830.49
HSL76.51º71.24%30%-
HSV(B)76.51º83.21%51.37%-
XYZ13.6319.063.72-
YUV109.678.56121.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 131 (51.56% from 255) = 51.57%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=39.76%
G=51.57%
B=8.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131220.2300.830.4976.5171.2430
Hex65831617053314d471e
Octal145203262701236111510736
Binary1100101100000111011010111010100111100011001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658316; }

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

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

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

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

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

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

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

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