#657502

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

Shades of Olive #657502

Tints of Olive #657502

Color information

#657502 (or 0x657502) is unknown color: approx Olive. HEX triplet: 65, 75 and 02. RGB value is (101,117,2). Sum of RGB (Red+Green+Blue) = 101+117+2=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #657502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657502 is #9A8AFD. Grayscale: #636363. Windows color (decimal): -10128126 or 161125. OLE color: 161125.

HSL color Cylindrical-coordinate representation of color #657502: hue angle of 68.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #657502 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB1011172-
CMYK0.1400.980.54
HSL68.35º96.64%23.33%-
HSV(B)68.35º98.29%45.88%-
XYZ11.7415.492.43-
YUV99.1173.2129.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=45.91%
G=53.18%
B=0.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10111720.1400.980.5468.3596.6423.33
Hex65752E06236446117
Octal14516521601426610414127
Binary11001011110101101110011000101101101000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657502; }

 p { color: rgb(101,117,2); }

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

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

 a { background-color: rgb(101,117,2); }

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

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

 span { border-color: rgb(101,117,2); }

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