Html Css Color HEX #649F77 Oxley

📋 copy color: '#649F77'

red 100 ◦ green 159 ◦ blue 119

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

Shades of Oxley #649F77

Tints of Oxley #649F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 26.46%
G = 42.06%
B = 31.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#649F77 (or 0x649F77) is known color: Oxley. HEX triplet: 64, 9F and 77. RGB value is (100,159,119). Sum of RGB (Red+Green+Blue) = 100+159+119=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #649F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F77 is #9B6088. Grayscale: #888888. Windows color (decimal): -10182793 or 7839588. OLE color: 7839588.

HSL color Cylindrical-coordinate representation of color #649F77: hue angle of 139.32º 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 #649F77 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 159 119 -
CMYK 0.37 0 0.25 0.38
HSL 139.32º 0.24% 0.51% -
HSV(B) 139.32º 0.37% 0.62% -
XYZ 20.98 28.84 21.91 -
YUV 136.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 100 159 119 0.37 0 0.25 0.38 139.32 0.24 0.51
Hex 64 9F 77 25 0 19 26 8B 18 33
Octal 144 237 167 45 0 31 46 213 30 63
Binary 1100100 10011111 1110111 100101 0 11001 100110 10001011 11000 110011

Color Harmonies of #649F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F77

Black with #649F77

Text Example


Text Example

White with #649F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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