Html Css Color HEX #649371 Oxley

📋 copy color: '#649371'

red 100 ◦ green 147 ◦ blue 113

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

Shades of Oxley #649371

Tints of Oxley #649371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.83%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 27.78%
G = 40.83%
B = 31.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#649371 (or 0x649371) is known color: Oxley. HEX triplet: 64, 93 and 71. RGB value is (100,147,113). Sum of RGB (Red+Green+Blue) = 100+147+113=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #649371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649371 is #9B6C8E. Grayscale: #818181. Windows color (decimal): -10185871 or 7443300. OLE color: 7443300.

HSL color Cylindrical-coordinate representation of color #649371: hue angle of 136.6º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649371 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 113 -
CMYK 0.32 0 0.23 0.42
HSL 136.6º 0.19% 0.48% -
HSV(B) 136.6º 0.32% 0.58% -
XYZ 18.67 24.77 19.42 -
YUV 129.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 100 147 113 0.32 0 0.23 0.42 136.6 0.19 0.48
Hex 64 93 71 20 0 17 2A 89 13 30
Octal 144 223 161 40 0 27 52 211 23 60
Binary 1100100 10010011 1110001 100000 0 10111 101010 10001001 10011 110000

Color Harmonies of #649371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649371

Black with #649371

Text Example


Text Example

White with #649371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649371; }

 p { color: rgb(100,147,113); }

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

background-color css

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

 a { background-color: rgb(100,147,113); }

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

border-color css

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

 span { border-color: rgb(100,147,113); }

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