#64851B

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

Shades of Olive Drab #64851B

Tints of Olive Drab #64851B

Color information

#64851B (or 0x64851B) is unknown color: approx Olive Drab. HEX triplet: 64, 85 and 1B. RGB value is (100,133,27). Sum of RGB (Red+Green+Blue) = 100+133+27=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #64851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64851B is #9B7AE4. Grayscale: #6F6F6F. Windows color (decimal): -10189541 or 1803620. OLE color: 1803620.

HSL color Cylindrical-coordinate representation of color #64851B: hue angle of 78.68º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64851B is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB10013327-
CMYK0.2500.800.48
HSL78.68º66.25%31.37%-
HSV(B)78.68º79.7%52.16%-
XYZ13.8419.564.08-
YUV111.0580.57120.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 51.15%
BLUE value IS 27 (10.94% from 255) = 10.38%
R=38.46%
G=51.15%
B=10.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133270.2500.800.4878.6866.2531.37
Hex64851B19050304f421f
Octal144205333101206011710237
Binary1100100100001011101111001010100001100001001111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64851B; }

 p { color: rgb(100,133,27); }

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

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

 a { background-color: rgb(100,133,27); }

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

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

 span { border-color: rgb(100,133,27); }

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