#656E00

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

Shades of Olive #656E00

Tints of Olive #656E00

Color information

#656E00 (or 0x656E00) is unknown color: approx Olive. HEX triplet: 65, 6E and 00. RGB value is (101,110,0). Sum of RGB (Red+Green+Blue) = 101+110+0=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #656E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656E00 is #9A91FF. Grayscale: #5F5F5F. Windows color (decimal): -10129920 or 28261. OLE color: 28261.

HSL color Cylindrical-coordinate representation of color #656E00: hue angle of 64.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #656E00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB1011100-
CMYK0.08010.57
HSL64.91º100%21.57%-
HSV(B)64.91º100%43.14%-
XYZ10.9413.922.11-
YUV94.7774.52132.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.87%
G=52.13%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10111000.08010.5764.9110021.57
Hex656E0806439416416
Octal14515601001447110114426
Binary1100101110111001000011001001110011000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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