#658E00

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

Shades of Olive Drab #658E00

Tints of Olive Drab #658E00

Color information

#658E00 (or 0x658E00) is unknown color: approx Olive Drab. HEX triplet: 65, 8E and 00. RGB value is (101,142,0). Sum of RGB (Red+Green+Blue) = 101+142+0=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #658E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658E00 is #9A71FF. Grayscale: #727272. Windows color (decimal): -10121728 or 36453. OLE color: 36453.

HSL color Cylindrical-coordinate representation of color #658E00: hue angle of 77.32º 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 #658E00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB1011420-
CMYK0.29010.44
HSL77.32º100%27.84%-
HSV(B)77.32º100%55.69%-
XYZ15.0422.113.48-
YUV113.5563.92119.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 142 (55.86% from 255) = 58.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.56%
G=58.44%
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
Decimal10114200.29010.4477.3210027.84
Hex658E01D0642C4d641c
Octal14521603501445411514434
Binary110010110001110011101011001001011001001101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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