#657202

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

Shades of Olive #657202

Tints of Olive #657202

Color information

#657202 (or 0x657202) is unknown color: approx Olive. HEX triplet: 65, 72 and 02. RGB value is (101,114,2). Sum of RGB (Red+Green+Blue) = 101+114+2=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #657202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657202 is #9A8DFD. Grayscale: #616161. Windows color (decimal): -10128894 or 160357. OLE color: 160357.

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

Color convert

RGB1011142-
CMYK0.1100.980.55
HSL66.96º96.55%22.75%-
HSV(B)66.96º98.25%44.71%-
XYZ11.414.812.31-
YUV97.3474.19130.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=46.54%
G=52.53%
B=0.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10111420.1100.980.5566.9696.5522.75
Hex65722B06237436117
Octal14516221301426710314127
Binary11001011110010101011011000101101111000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657202; }

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

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

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

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

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

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

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

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