Html Css Color HEX #64861D Olive Drab

📋 copy color: '#64861D'

red 100 ◦ green 134 ◦ blue 29

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

Shades of Olive Drab #64861D

Tints of Olive Drab #64861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 38.02%
G = 50.95%
B = 11.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#64861D (or 0x64861D) is known color: Olive Drab. HEX triplet: 64, 86 and 1D. RGB value is (100,134,29). Sum of RGB (Red+Green+Blue) = 100+134+29=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #64861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64861D is #9B79E2. Grayscale: #707070. Windows color (decimal): -10189283 or 1934948. OLE color: 1934948.

HSL color Cylindrical-coordinate representation of color #64861D: hue angle of 79.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64861D is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 29 -
CMYK 0.25 0 0.78 0.47
HSL 79.43º 0.64% 0.32% -
HSV(B) 79.43º 0.78% 0.53% -
XYZ 14 19.85 4.26 -
YUV 111.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 100 134 29 0.25 0 0.78 0.47 79.43 0.64 0.32
Hex 64 86 1D 19 0 4E 2F 4F 40 20
Octal 144 206 35 31 0 116 57 117 100 40
Binary 1100100 10000110 11101 11001 0 1001110 101111 1001111 1000000 100000

Color Harmonies of #64861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64861D

Black with #64861D

Text Example


Text Example

White with #64861D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,134,29); }

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

background-color css

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

 a { background-color: rgb(100,134,29); }

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

border-color css

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

 span { border-color: rgb(100,134,29); }

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