#648702

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

Shades of Olive Drab #648702

Tints of Olive Drab #648702

Color information

#648702 (or 0x648702) is unknown color: approx Olive Drab. HEX triplet: 64, 87 and 02. RGB value is (100,135,2). Sum of RGB (Red+Green+Blue) = 100+135+2=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #648702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648702 is #9B78FD. Grayscale: #6D6D6D. Windows color (decimal): -10189054 or 165732. OLE color: 165732.

HSL color Cylindrical-coordinate representation of color #648702: hue angle of 75.79º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #648702 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1001352-
CMYK0.2600.990.47
HSL75.79º97.08%26.86%-
HSV(B)75.79º98.52%52.94%-
XYZ13.9320.043.19-
YUV109.3767.4121.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=42.19%
G=56.96%
B=0.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10013520.2600.990.4775.7997.0826.86
Hex648721A0632F4c611b
Octal14420723201435711414133
Binary1100100100001111011010011000111011111001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648702; }

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

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

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

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

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

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

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

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