#64A87A

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

Shades of Oxley #64A87A

Tints of Oxley #64A87A

Color information

#64A87A (or 0x64A87A) is unknown color: approx Oxley. HEX triplet: 64, A8 and 7A. RGB value is (100,168,122). Sum of RGB (Red+Green+Blue) = 100+168+122=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #64A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A87A is #9B5785. Grayscale: #8E8E8E. Windows color (decimal): -10180486 or 8038500. OLE color: 8038500.

HSL color Cylindrical-coordinate representation of color #64A87A: hue angle of 139.41º 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 #64A87A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB100168122-
CMYK0.4000.270.34
HSL139.41º28.1%52.55%-
HSV(B)139.41º40.48%65.88%-
XYZ22.7732.1223.41-
YUV142.42116.4797.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=25.64%
G=43.08%
B=31.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001681220.4000.270.34139.4128.152.55
Hex64A87A2801B228b1c35
Octal14425017250033422133465
Binary11001001010100011110101010000110111000101000101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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