Html Css Color HEX #64951A Olive Drab

📋 copy color: '#64951A'

red 100 ◦ green 149 ◦ blue 26

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

Shades of Olive Drab #64951A

Tints of Olive Drab #64951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 36.36%
G = 54.18%
B = 9.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#64951A (or 0x64951A) is known color: Olive Drab. HEX triplet: 64, 95 and 1A. RGB value is (100,149,26). Sum of RGB (Red+Green+Blue) = 100+149+26=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #64951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64951A is #9B6AE5. Grayscale: #787878. Windows color (decimal): -10185446 or 1742180. OLE color: 1742180.

HSL color Cylindrical-coordinate representation of color #64951A: hue angle of 83.9º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64951A is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 26 -
CMYK 0.33 0 0.83 0.42
HSL 83.9º 0.7% 0.34% -
HSV(B) 83.9º 0.83% 0.58% -
XYZ 16.19 24.28 4.81 -
YUV 120.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 100 149 26 0.33 0 0.83 0.42 83.9 0.7 0.34
Hex 64 95 1A 21 0 53 2A 54 46 22
Octal 144 225 32 41 0 123 52 124 106 42
Binary 1100100 10010101 11010 100001 0 1010011 101010 1010100 1000110 100010

Color Harmonies of #64951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64951A

Black with #64951A

Text Example


Text Example

White with #64951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64951A; }

 p { color: rgb(100,149,26); }

 H1.HeaderClassName
 {
   color: #64951A;
 }
 .AnyTagClassName
 {
   color: #64951A;
 }
</style>

background-color css

<style>
 a { background-color: #64951A; }

 a { background-color: rgb(100,149,26); }

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

border-color css

<style>
 span { border-color: #64951A; }

 span { border-color: rgb(100,149,26); }

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