#658F00

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

Shades of Olive Drab #658F00

Tints of Olive Drab #658F00

Color information

#658F00 (or 0x658F00) is unknown color: approx Olive Drab. HEX triplet: 65, 8F and 00. RGB value is (101,143,0). Sum of RGB (Red+Green+Blue) = 101+143+0=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #658F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658F00 is #9A70FF. Grayscale: #727272. Windows color (decimal): -10121472 or 36709. OLE color: 36709.

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

Color convert

RGB1011430-
CMYK0.29010.44
HSL77.62º100%28.04%-
HSV(B)77.62º100%56.08%-
XYZ15.1922.413.53-
YUV114.1463.59118.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 143 (56.25% from 255) = 58.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.39%
G=58.61%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10114300.29010.4477.6210028.04
Hex658F01D0642C4e641c
Octal14521703501445411614434
Binary110010110001111011101011001001011001001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,143,0); }

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

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

 a { background-color: rgb(101,143,0); }

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

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

 span { border-color: rgb(101,143,0); }

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