Html Css Color HEX #649F76 Oxley

📋 copy color: '#649F76'

red 100 ◦ green 159 ◦ blue 118

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

Shades of Oxley #649F76

Tints of Oxley #649F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 26.53%
G = 42.18%
B = 31.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#649F76 (or 0x649F76) is known color: Oxley. HEX triplet: 64, 9F and 76. RGB value is (100,159,118). Sum of RGB (Red+Green+Blue) = 100+159+118=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #649F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F76 is #9B6089. Grayscale: #888888. Windows color (decimal): -10182794 or 7774052. OLE color: 7774052.

HSL color Cylindrical-coordinate representation of color #649F76: hue angle of 138.31º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F76 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 159 118 -
CMYK 0.37 0 0.26 0.38
HSL 138.31º 0.24% 0.51% -
HSV(B) 138.31º 0.37% 0.62% -
XYZ 20.92 28.81 21.6 -
YUV 136.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 100 159 118 0.37 0 0.26 0.38 138.31 0.24 0.51
Hex 64 9F 76 25 0 1A 26 8A 18 33
Octal 144 237 166 45 0 32 46 212 30 63
Binary 1100100 10011111 1110110 100101 0 11010 100110 10001010 11000 110011

Color Harmonies of #649F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F76

Black with #649F76

Text Example


Text Example

White with #649F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649F76; }

 p { color: rgb(100,159,118); }

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

background-color css

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

 a { background-color: rgb(100,159,118); }

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

border-color css

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

 span { border-color: rgb(100,159,118); }

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