#649978

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

Shades of Oxley #649978

Tints of Oxley #649978

Color information

#649978 (or 0x649978) is unknown color: approx Oxley. HEX triplet: 64, 99 and 78. RGB value is (100,153,120). Sum of RGB (Red+Green+Blue) = 100+153+120=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #649978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649978 is #9B6687. Grayscale: #858585. Windows color (decimal): -10184328 or 7903588. OLE color: 7903588.

HSL color Cylindrical-coordinate representation of color #649978: hue angle of 142.64º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649978 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB100153120-
CMYK0.3500.220.4
HSL142.64º20.95%49.61%-
HSV(B)142.64º34.64%60%-
XYZ20.0426.8521.9-
YUV133.39120.44104.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=26.81%
G=41.02%
B=32.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531200.3500.220.4142.6420.9549.61
Hex64997823016288f1532
Octal14423117043026502172562
Binary11001001001100111110001000110101101010001000111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649978; }

 p { color: rgb(100,153,120); }

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

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

 a { background-color: rgb(100,153,120); }

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

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

 span { border-color: rgb(100,153,120); }

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