#647602

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

Shades of Olive #647602

Tints of Olive #647602

Color information

#647602 (or 0x647602) is unknown color: approx Olive. HEX triplet: 64, 76 and 02. RGB value is (100,118,2). Sum of RGB (Red+Green+Blue) = 100+118+2=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #647602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647602 is #9B89FD. Grayscale: #636363. Windows color (decimal): -10193406 or 161380. OLE color: 161380.

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

Color convert

RGB1001182-
CMYK0.1500.980.54
HSL69.31º96.67%23.53%-
HSV(B)69.31º98.31%46.27%-
XYZ11.7415.672.46-
YUV99.3973.04128.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=45.45%
G=53.64%
B=0.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10011820.1500.980.5469.3196.6723.53
Hex64762F06236456118
Octal14416621701426610514130
Binary11001001110110101111011000101101101000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647602; }

 p { color: rgb(100,118,2); }

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

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

 a { background-color: rgb(100,118,2); }

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

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

 span { border-color: rgb(100,118,2); }

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