#64A775

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

Shades of Oxley #64A775

Tints of Oxley #64A775

Color information

#64A775 (or 0x64A775) is unknown color: approx Oxley. HEX triplet: 64, A7 and 75. RGB value is (100,167,117). Sum of RGB (Red+Green+Blue) = 100+167+117=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #64A775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A775 is #9B588A. Grayscale: #8D8D8D. Windows color (decimal): -10180747 or 7710564. OLE color: 7710564.

HSL color Cylindrical-coordinate representation of color #64A775: hue angle of 135.22º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A775 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB100167117-
CMYK0.4000.300.35
HSL135.22º27.57%52.35%-
HSV(B)135.22º40.12%65.49%-
XYZ22.2931.6321.76-
YUV141.27114.398.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 167 (65.62% from 255) = 43.49%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=26.04%
G=43.49%
B=30.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001671170.4000.300.35135.2227.5752.35
Hex64A7752801E23871c34
Octal14424716550036432073464
Binary11001001010011111101011010000111101000111000011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,167,117); }

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

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

 a { background-color: rgb(100,167,117); }

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

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

 span { border-color: rgb(100,167,117); }

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