#648208

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

Shades of Olive Drab #648208

Tints of Olive Drab #648208

Color information

#648208 (or 0x648208) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 08. RGB value is (100,130,8). Sum of RGB (Red+Green+Blue) = 100+130+8=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #648208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648208 is #9B7DF7. Grayscale: #6B6B6B. Windows color (decimal): -10190328 or 557668. OLE color: 557668.

HSL color Cylindrical-coordinate representation of color #648208: hue angle of 74.75º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #648208 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1001308-
CMYK0.2300.940.49
HSL74.75º88.41%27.06%-
HSV(B)74.75º93.85%50.98%-
XYZ13.2818.693.14-
YUV107.1272.06122.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 8 (3.52% from 255) = 3.36%
R=42.02%
G=54.62%
B=3.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10013080.2300.940.4974.7588.4127.06
Hex648281705E314b581b
Octal144202102701366111313033
Binary110010010000010100010111010111101100011001011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648208; }

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

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

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

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

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

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

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

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