Html Css Color HEX #64951B Olive Drab

📋 copy color: '#64951B'

red 100 ◦ green 149 ◦ blue 27

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

Shades of Olive Drab #64951B

Tints of Olive Drab #64951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 36.23%
G = 53.99%
B = 9.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#64951B (or 0x64951B) is known color: Olive Drab. HEX triplet: 64, 95 and 1B. RGB value is (100,149,27). Sum of RGB (Red+Green+Blue) = 100+149+27=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #64951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64951B is #9B6AE4. Grayscale: #787878. Windows color (decimal): -10185445 or 1807716. OLE color: 1807716.

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

Color convert

RGB 100 149 27 -
CMYK 0.33 0 0.82 0.42
HSL 84.1º 0.69% 0.35% -
HSV(B) 84.1º 0.82% 0.58% -
XYZ 16.2 24.28 4.87 -
YUV 120.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 100 149 27 0.33 0 0.82 0.42 84.1 0.69 0.35
Hex 64 95 1B 21 0 52 2A 54 45 23
Octal 144 225 33 41 0 122 52 124 105 43
Binary 1100100 10010101 11011 100001 0 1010010 101010 1010100 1000101 100011

Color Harmonies of #64951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64951B

Black with #64951B

Text Example


Text Example

White with #64951B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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