#657800

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

Shades of Olive #657800

Tints of Olive #657800

Color information

#657800 (or 0x657800) is unknown color: approx Olive. HEX triplet: 65, 78 and 00. RGB value is (101,120,0). Sum of RGB (Red+Green+Blue) = 101+120+0=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #657800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657800 is #9A87FF. Grayscale: #656565. Windows color (decimal): -10127360 or 30821. OLE color: 30821.

HSL color Cylindrical-coordinate representation of color #657800: hue angle of 69.5º 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 #657800 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1011200-
CMYK0.16010.53
HSL69.5º100%23.53%-
HSV(B)69.5º100%47.06%-
XYZ12.0816.22.49-
YUV100.6471.21128.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.70%
G=54.30%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10112000.16010.5369.510023.53
Hex657801006435466418
Octal14517002001446510614430
Binary11001011111000010000011001001101011000110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657800; }

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

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

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

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

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

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

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

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