Html Css Color HEX #64880D Olive Drab

📋 copy color: '#64880D'

red 100 ◦ green 136 ◦ blue 13

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

Shades of Olive Drab #64880D

Tints of Olive Drab #64880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.62%

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

R = 40.16%
G = 54.62%
B = 5.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#64880D (or 0x64880D) is known color: Olive Drab. HEX triplet: 64, 88 and 0D. RGB value is (100,136,13). Sum of RGB (Red+Green+Blue) = 100+136+13=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #64880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64880D is #9B77F2. Grayscale: #6F6F6F. Windows color (decimal): -10188787 or 886884. OLE color: 886884.

HSL color Cylindrical-coordinate representation of color #64880D: hue angle of 77.56º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64880D is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 13 -
CMYK 0.26 0 0.90 0.47
HSL 77.56º 0.83% 0.29% -
HSV(B) 77.56º 0.9% 0.53% -
XYZ 14.13 20.35 3.56 -
YUV 111.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 100 136 13 0.26 0 0.90 0.47 77.56 0.83 0.29
Hex 64 88 D 1A 0 5A 2F 4E 53 1D
Octal 144 210 15 32 0 132 57 116 123 35
Binary 1100100 10001000 1101 11010 0 1011010 101111 1001110 1010011 11101

Color Harmonies of #64880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64880D

Black with #64880D

Text Example


Text Example

White with #64880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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