#64A979

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

Shades of Oxley #64A979

Tints of Oxley #64A979

Color information

#64A979 (or 0x64A979) is unknown color: approx Oxley. HEX triplet: 64, A9 and 79. RGB value is (100,169,121). Sum of RGB (Red+Green+Blue) = 100+169+121=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #64A979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A979 is #9B5686. Grayscale: #8F8F8F. Windows color (decimal): -10180231 or 7973220. OLE color: 7973220.

HSL color Cylindrical-coordinate representation of color #64A979: hue angle of 138.26º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A979 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB100169121-
CMYK0.4100.280.34
HSL138.26º28.63%52.75%-
HSV(B)138.26º40.83%66.27%-
XYZ22.8932.4723.15-
YUV142.9115.6497.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=25.64%
G=43.33%
B=31.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001691210.4100.280.34138.2628.6352.75
Hex64A9792901C228a1d35
Octal14425117151034422123565
Binary11001001010100111110011010010111001000101000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A979; }

 p { color: rgb(100,169,121); }

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

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

 a { background-color: rgb(100,169,121); }

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

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

 span { border-color: rgb(100,169,121); }

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