Html Css Color HEX #64870F Olive Drab

📋 copy color: '#64870F'

red 100 ◦ green 135 ◦ blue 15

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

Shades of Olive Drab #64870F

Tints of Olive Drab #64870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

 BLUE value IS 15 (6.25% from 255) = 6%

R = 40%
G = 54%
B = 6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#64870F (or 0x64870F) is known color: Olive Drab. HEX triplet: 64, 87 and 0F. RGB value is (100,135,15). Sum of RGB (Red+Green+Blue) = 100+135+15=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #64870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64870F is #9B78F0. Grayscale: #6F6F6F. Windows color (decimal): -10189041 or 1017700. OLE color: 1017700.

HSL color Cylindrical-coordinate representation of color #64870F: hue angle of 77.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64870F is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 15 -
CMYK 0.26 0 0.89 0.47
HSL 77.5º 0.8% 0.29% -
HSV(B) 77.5º 0.89% 0.53% -
XYZ 14.01 20.07 3.59 -
YUV 110.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 100 135 15 0.26 0 0.89 0.47 77.5 0.8 0.29
Hex 64 87 F 1A 0 59 2F 4E 50 1D
Octal 144 207 17 32 0 131 57 116 120 35
Binary 1100100 10000111 1111 11010 0 1011001 101111 1001110 1010000 11101

Color Harmonies of #64870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64870F

Black with #64870F

Text Example


Text Example

White with #64870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64870F; }

 p { color: rgb(100,135,15); }

 H1.HeaderClassName
 {
   color: #64870F;
 }
 .AnyTagClassName
 {
   color: #64870F;
 }
</style>

background-color css

<style>
 a { background-color: #64870F; }

 a { background-color: rgb(100,135,15); }

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

border-color css

<style>
 span { border-color: #64870F; }

 span { border-color: rgb(100,135,15); }

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