#64A874

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

Shades of Oxley #64A874

Tints of Oxley #64A874

Color information

#64A874 (or 0x64A874) is unknown color: approx Oxley. HEX triplet: 64, A8 and 74. RGB value is (100,168,116). Sum of RGB (Red+Green+Blue) = 100+168+116=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #64A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A874 is #9B578B. Grayscale: #8D8D8D. Windows color (decimal): -10180492 or 7645284. OLE color: 7645284.

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

Color convert

RGB100168116-
CMYK0.4000.310.34
HSL134.12º28.1%52.55%-
HSV(B)134.12º40.48%65.88%-
XYZ22.4131.9821.51-
YUV141.74113.4798.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 168 (66.02% from 255) = 43.75%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=26.04%
G=43.75%
B=30.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001681160.4000.310.34134.1228.152.55
Hex64A8742801F22861c35
Octal14425016450037422063465
Binary11001001010100011101001010000111111000101000011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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