#657302

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

Shades of Olive #657302

Tints of Olive #657302

Color information

#657302 (or 0x657302) is unknown color: approx Olive. HEX triplet: 65, 73 and 02. RGB value is (101,115,2). Sum of RGB (Red+Green+Blue) = 101+115+2=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #657302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657302 is #9A8CFD. Grayscale: #626262. Windows color (decimal): -10128638 or 160613. OLE color: 160613.

HSL color Cylindrical-coordinate representation of color #657302: hue angle of 67.43º 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 #657302 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB1011152-
CMYK0.1200.980.55
HSL67.43º96.58%22.94%-
HSV(B)67.43º98.26%45.1%-
XYZ11.5115.032.35-
YUV97.9373.86130.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 115 (45.31% from 255) = 52.75%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=46.33%
G=52.75%
B=0.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10111520.1200.980.5567.4396.5822.94
Hex65732C06237436117
Octal14516321401426710314127
Binary11001011110011101100011000101101111000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657302; }

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

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

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

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

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

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

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

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