Html Css Color HEX #649E77 Oxley

📋 copy color: '#649E77'

red 100 ◦ green 158 ◦ blue 119

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

Shades of Oxley #649E77

Tints of Oxley #649E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.91%

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

R = 26.53%
G = 41.91%
B = 31.56%

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

#649E77 (or 0x649E77) is known color: Oxley. HEX triplet: 64, 9E and 77. RGB value is (100,158,119). Sum of RGB (Red+Green+Blue) = 100+158+119=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #649E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E77 is #9B6188. Grayscale: #888888. Windows color (decimal): -10183049 or 7839332. OLE color: 7839332.

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

Color convert

RGB 100 158 119 -
CMYK 0.37 0 0.25 0.38
HSL 139.66º 0.23% 0.51% -
HSV(B) 139.66º 0.37% 0.62% -
XYZ 20.81 28.49 21.86 -
YUV 136.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 100 158 119 0.37 0 0.25 0.38 139.66 0.23 0.51
Hex 64 9E 77 25 0 19 26 8C 17 33
Octal 144 236 167 45 0 31 46 214 27 63
Binary 1100100 10011110 1110111 100101 0 11001 100110 10001100 10111 110011

Color Harmonies of #649E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E77

Black with #649E77

Text Example


Text Example

White with #649E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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