#64A877

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

Shades of Oxley #64A877

Tints of Oxley #64A877

Color information

#64A877 (or 0x64A877) is unknown color: approx Oxley. HEX triplet: 64, A8 and 77. RGB value is (100,168,119). Sum of RGB (Red+Green+Blue) = 100+168+119=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #64A877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A877 is #9B5788. Grayscale: #8E8E8E. Windows color (decimal): -10180489 or 7841892. OLE color: 7841892.

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

Color convert

RGB100168119-
CMYK0.4000.290.34
HSL136.76º28.1%52.55%-
HSV(B)136.76º40.48%65.88%-
XYZ22.5932.0522.45-
YUV142.08114.9797.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=25.84%
G=43.41%
B=30.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001681190.4000.290.34136.7628.152.55
Hex64A8772801D22891c35
Octal14425016750035422113465
Binary11001001010100011101111010000111011000101000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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