Html Css Color HEX #64850D Olive Drab

📋 copy color: '#64850D'

red 100 ◦ green 133 ◦ blue 13

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

Shades of Olive Drab #64850D

Tints of Olive Drab #64850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

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

R = 40.65%
G = 54.07%
B = 5.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#64850D (or 0x64850D) is known color: Olive Drab. HEX triplet: 64, 85 and 0D. RGB value is (100,133,13). Sum of RGB (Red+Green+Blue) = 100+133+13=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #64850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64850D is #9B7AF2. Grayscale: #6D6D6D. Windows color (decimal): -10189555 or 886116. OLE color: 886116.

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

Color convert

RGB 100 133 13 -
CMYK 0.25 0 0.90 0.48
HSL 76.5º 0.82% 0.29% -
HSV(B) 76.5º 0.9% 0.52% -
XYZ 13.72 19.51 3.42 -
YUV 109.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 100 133 13 0.25 0 0.90 0.48 76.5 0.82 0.29
Hex 64 85 D 19 0 5A 30 4C 52 1D
Octal 144 205 15 31 0 132 60 114 122 35
Binary 1100100 10000101 1101 11001 0 1011010 110000 1001100 1010010 11101

Color Harmonies of #64850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64850D

Black with #64850D

Text Example


Text Example

White with #64850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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