#64921A

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

Shades of Olive Drab #64921A

Tints of Olive Drab #64921A

Color information

#64921A (or 0x64921A) is unknown color: approx Olive Drab. HEX triplet: 64, 92 and 1A. RGB value is (100,146,26). Sum of RGB (Red+Green+Blue) = 100+146+26=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #64921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64921A is #9B6DE5. Grayscale: #777777. Windows color (decimal): -10186214 or 1741412. OLE color: 1741412.

HSL color Cylindrical-coordinate representation of color #64921A: hue angle of 83º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64921A is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB10014626-
CMYK0.3200.820.43
HSL83º69.77%33.73%-
HSV(B)83º82.19%57.25%-
XYZ15.7223.344.65-
YUV118.5775.76114.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=36.76%
G=53.68%
B=9.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100146260.3200.820.438369.7733.73
Hex64921A200522B534622
Octal144222324001225312310642
Binary110010010010010110101000000101001010101110100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64921A; }

 p { color: rgb(100,146,26); }

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

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

 a { background-color: rgb(100,146,26); }

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

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

 span { border-color: rgb(100,146,26); }

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