#64957A

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

Shades of Oxley #64957A

Tints of Oxley #64957A

Color information

#64957A (or 0x64957A) is unknown color: approx Oxley. HEX triplet: 64, 95 and 7A. RGB value is (100,149,122). Sum of RGB (Red+Green+Blue) = 100+149+122=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #64957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64957A is #9B6A85. Grayscale: #838383. Windows color (decimal): -10185350 or 8033636. OLE color: 8033636.

HSL color Cylindrical-coordinate representation of color #64957A: hue angle of 146.94º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64957A is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB100149122-
CMYK0.3300.180.42
HSL146.94º19.68%48.82%-
HSV(B)146.94º32.89%58.43%-
XYZ19.5225.6122.33-
YUV131.27122.77105.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=26.95%
G=40.16%
B=32.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491220.3300.180.42146.9419.6848.82
Hex64957A210122A931431
Octal14422517241022522232461
Binary11001001001010111110101000010100101010101001001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64957A; }

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

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

<style>
 a { background-color: #64957A; }

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

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

<style>
 span { border-color: #64957A; }

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

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