#648B0C

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

Shades of Olive Drab #648B0C

Tints of Olive Drab #648B0C

Color information

#648B0C (or 0x648B0C) is unknown color: approx Olive Drab. HEX triplet: 64, 8B and 0C. RGB value is (100,139,12). Sum of RGB (Red+Green+Blue) = 100+139+12=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #648B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648B0C is #9B74F3. Grayscale: #717171. Windows color (decimal): -10188020 or 822116. OLE color: 822116.

HSL color Cylindrical-coordinate representation of color #648B0C: hue angle of 78.43º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #648B0C is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB10013912-
CMYK0.2800.910.45
HSL78.43º84.11%29.61%-
HSV(B)78.43º91.37%54.51%-
XYZ14.5521.23.67-
YUV112.8671.08118.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 139 (54.69% from 255) = 55.38%
BLUE value IS 12 (5.08% from 255) = 4.78%
R=39.84%
G=55.38%
B=4.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100139120.2800.910.4578.4384.1129.61
Hex648BC1C05B2D4e541e
Octal144213143401335511612436
Binary110010010001011110011100010110111011011001110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648B0C; }

 p { color: rgb(100,139,12); }

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

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

 a { background-color: rgb(100,139,12); }

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

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

 span { border-color: rgb(100,139,12); }

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