Html Css Color HEX #647F20 Olive Drab

📋 copy color: '#647F20'

red 100 ◦ green 127 ◦ blue 32

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

Shades of Olive Drab #647F20

Tints of Olive Drab #647F20

RGB

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

 GREEN value IS 127 (50% from 255) = 49.03%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 38.61%
G = 49.03%
B = 12.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#647F20 (or 0x647F20) is known color: Olive Drab. HEX triplet: 64, 7F and 20. RGB value is (100,127,32). Sum of RGB (Red+Green+Blue) = 100+127+32=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #647F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647F20 is #9B80DF. Grayscale: #6C6C6C. Windows color (decimal): -10191072 or 2129764. OLE color: 2129764.

HSL color Cylindrical-coordinate representation of color #647F20: hue angle of 77.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #647F20 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 127 32 -
CMYK 0.21 0 0.75 0.50
HSL 77.05º 0.6% 0.31% -
HSV(B) 77.05º 0.75% 0.5% -
XYZ 13.11 17.99 4.15 -
YUV 108.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 100 127 32 0.21 0 0.75 0.50 77.05 0.6 0.31
Hex 64 7F 20 15 0 4B 32 4D 3C 1F
Octal 144 177 40 25 0 113 62 115 74 37
Binary 1100100 1111111 100000 10101 0 1001011 110010 1001101 111100 11111

Color Harmonies of #647F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F20

Black with #647F20

Text Example


Text Example

White with #647F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647F20; }

 p { color: rgb(100,127,32); }

 H1.HeaderClassName
 {
   color: #647F20;
 }
 .AnyTagClassName
 {
   color: #647F20;
 }
</style>

background-color css

<style>
 a { background-color: #647F20; }

 a { background-color: rgb(100,127,32); }

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

border-color css

<style>
 span { border-color: #647F20; }

 span { border-color: rgb(100,127,32); }

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