#648908

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

Shades of Olive Drab #648908

Tints of Olive Drab #648908

Color information

#648908 (or 0x648908) is unknown color: approx Olive Drab. HEX triplet: 64, 89 and 08. RGB value is (100,137,8). Sum of RGB (Red+Green+Blue) = 100+137+8=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #648908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648908 is #9B76F7. Grayscale: #6F6F6F. Windows color (decimal): -10188536 or 559460. OLE color: 559460.

HSL color Cylindrical-coordinate representation of color #648908: hue angle of 77.21º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #648908 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB1001378-
CMYK0.2700.940.46
HSL77.21º88.97%28.43%-
HSV(B)77.21º94.16%53.73%-
XYZ14.2520.623.46-
YUV111.2369.74119.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=40.82%
G=55.92%
B=3.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10013780.2700.940.4677.2188.9728.43
Hex648981B05E2E4d591c
Octal144211103301365611513134
Binary110010010001001100011011010111101011101001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648908; }

 p { color: rgb(100,137,8); }

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

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

 a { background-color: rgb(100,137,8); }

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

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

 span { border-color: rgb(100,137,8); }

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