#658E0F

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

Shades of Olive Drab #658E0F

Tints of Olive Drab #658E0F

Color information

#658E0F (or 0x658E0F) is unknown color: approx Olive Drab. HEX triplet: 65, 8E and 0F. RGB value is (101,142,15). Sum of RGB (Red+Green+Blue) = 101+142+15=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #658E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658E0F is #9A71F0. Grayscale: #737373. Windows color (decimal): -10121713 or 1019493. OLE color: 1019493.

HSL color Cylindrical-coordinate representation of color #658E0F: hue angle of 79.37º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #658E0F is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB10114215-
CMYK0.2900.890.44
HSL79.37º80.89%30.78%-
HSV(B)79.37º89.44%55.69%-
XYZ15.1322.153.93-
YUV115.2671.42117.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.15%
GREEN value IS 142 (55.86% from 255) = 55.04%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=39.15%
G=55.04%
B=5.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101142150.2900.890.4479.3780.8930.78
Hex658EF1D0592C4f511f
Octal145216173501315411712137
Binary110010110001110111111101010110011011001001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658E0F; }

 p { color: rgb(101,142,15); }

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

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

 a { background-color: rgb(101,142,15); }

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

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

 span { border-color: rgb(101,142,15); }

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