#649E74

Color #649E74 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #649E74

Tints of Oxley #649E74

Color information

#649E74 (or 0x649E74) is unknown color: approx Oxley. HEX triplet: 64, 9E and 74. RGB value is (100,158,116). Sum of RGB (Red+Green+Blue) = 100+158+116=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #649E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E74 is #9B618B. Grayscale: #878787. Windows color (decimal): -10183052 or 7642724. OLE color: 7642724.

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

Color convert

RGB100158116-
CMYK0.3700.270.38
HSL136.55º23.02%50.59%-
HSV(B)136.55º36.71%61.96%-
XYZ20.6328.4220.92-
YUV135.87116.78102.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=26.74%
G=42.25%
B=31.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581160.3700.270.38136.5523.0250.59
Hex649E742501B26891733
Octal14423616445033462112763
Binary11001001001111011101001001010110111001101000100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #649E74;
 }
 .AnyTagClassName
 {
   color: #649E74;
 }
</style>
background-color css

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

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

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

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

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

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