#657900

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

Shades of Olive #657900

Tints of Olive #657900

Color information

#657900 (or 0x657900) is unknown color: approx Olive. HEX triplet: 65, 79 and 00. RGB value is (101,121,0). Sum of RGB (Red+Green+Blue) = 101+121+0=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #657900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657900 is #9A86FF. Grayscale: #656565. Windows color (decimal): -10127104 or 31077. OLE color: 31077.

HSL color Cylindrical-coordinate representation of color #657900: hue angle of 69.92º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #657900 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1011210-
CMYK0.17010.53
HSL69.92º100%23.73%-
HSV(B)69.92º100%47.45%-
XYZ12.216.442.53-
YUV101.2370.87127.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.50%
G=54.50%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10112100.17010.5369.9210023.73
Hex657901106435466418
Octal14517102101446510614430
Binary11001011111001010001011001001101011000110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657900; }

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

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

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

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

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

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

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

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