#648B07

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

Shades of Olive Drab #648B07

Tints of Olive Drab #648B07

Color information

#648B07 (or 0x648B07) is unknown color: approx Olive Drab. HEX triplet: 64, 8B and 07. RGB value is (100,139,7). Sum of RGB (Red+Green+Blue) = 100+139+7=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #648B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648B07 is #9B74F8. Grayscale: #707070. Windows color (decimal): -10188025 or 494436. OLE color: 494436.

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

Color convert

RGB1001397-
CMYK0.2800.950.45
HSL77.73º90.41%28.63%-
HSV(B)77.73º94.96%54.51%-
XYZ14.5321.193.53-
YUV112.2968.58119.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 139 (54.69% from 255) = 56.50%
BLUE value IS 7 (3.12% from 255) = 2.85%
R=40.65%
G=56.50%
B=2.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10013970.2800.950.4577.7390.4128.63
Hex648B71C05F2D4e5a1d
Octal14421373401375511613235
Binary11001001000101111111100010111111011011001110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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