Html Css Color HEX #647F31 Olive Drab

📋 copy color: '#647F31'

red 100 ◦ green 127 ◦ blue 49

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

Shades of Olive Drab #647F31

Tints of Olive Drab #647F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 36.23%
G = 46.01%
B = 17.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#647F31 (or 0x647F31) is known color: Olive Drab. HEX triplet: 64, 7F and 31. RGB value is (100,127,49). Sum of RGB (Red+Green+Blue) = 100+127+49=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #647F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647F31 is #9B80CE. Grayscale: #6E6E6E. Windows color (decimal): -10191055 or 3243876. OLE color: 3243876.

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

Color convert

RGB 100 127 49 -
CMYK 0.21 0 0.61 0.50
HSL 80.77º 0.44% 0.35% -
HSV(B) 80.77º 0.61% 0.5% -
XYZ 13.4 18.11 5.7 -
YUV 110.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 100 127 49 0.21 0 0.61 0.50 80.77 0.44 0.35
Hex 64 7F 31 15 0 3D 32 51 2C 23
Octal 144 177 61 25 0 75 62 121 54 43
Binary 1100100 1111111 110001 10101 0 111101 110010 1010001 101100 100011

Color Harmonies of #647F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F31

Black with #647F31

Text Example


Text Example

White with #647F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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