Html Css Color HEX #64840D Olive Drab

📋 copy color: '#64840D'

red 100 ◦ green 132 ◦ blue 13

#64840D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #64840D

Tints of Olive Drab #64840D

RGB

 RED value IS 100 (39.45% from 255) = 40.82%

 GREEN value IS 132 (51.95% from 255) = 53.88%

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 40.82%
G = 53.88%
B = 5.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#64840D (or 0x64840D) is known color: Olive Drab. HEX triplet: 64, 84 and 0D. RGB value is (100,132,13). Sum of RGB (Red+Green+Blue) = 100+132+13=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #64840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64840D is #9B7BF2. Grayscale: #6D6D6D. Windows color (decimal): -10189811 or 885860. OLE color: 885860.

HSL color Cylindrical-coordinate representation of color #64840D: hue angle of 76.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64840D is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 13 -
CMYK 0.24 0 0.90 0.48
HSL 76.13º 0.82% 0.28% -
HSV(B) 76.13º 0.9% 0.52% -
XYZ 13.58 19.24 3.38 -
YUV 108.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 100 132 13 0.24 0 0.90 0.48 76.13 0.82 0.28
Hex 64 84 D 18 0 5A 30 4C 52 1C
Octal 144 204 15 30 0 132 60 114 122 34
Binary 1100100 10000100 1101 11000 0 1011010 110000 1001100 1010010 11100

Color Harmonies of #64840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64840D

Black with #64840D

Text Example


Text Example

White with #64840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64840D; }

 p { color: rgb(100,132,13); }

 H1.HeaderClassName
 {
   color: #64840D;
 }
 .AnyTagClassName
 {
   color: #64840D;
 }
</style>

background-color css

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

 a { background-color: rgb(100,132,13); }

 div.DivClassName
 {
   background-color: #64840D;
 }
 .BgClassName
 {
   background-color: #64840D;
 }
</style>

border-color css

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

 span { border-color: rgb(100,132,13); }

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