#64906F

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

Shades of Oxley #64906F

Tints of Oxley #64906F

Color information

#64906F (or 0x64906F) is unknown color: approx Oxley. HEX triplet: 64, 90 and 6F. RGB value is (100,144,111). Sum of RGB (Red+Green+Blue) = 100+144+111=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #64906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64906F is #9B6F90. Grayscale: #7F7F7F. Windows color (decimal): -10186641 or 7311460. OLE color: 7311460.

HSL color Cylindrical-coordinate representation of color #64906F: hue angle of 135º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64906F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB100144111-
CMYK0.3100.230.44
HSL135º18.03%47.84%-
HSV(B)135º30.56%56.47%-
XYZ18.123.818.68-
YUV127.08118.92108.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=28.17%
G=40.56%
B=31.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441110.3100.230.4413518.0347.84
Hex64906F1F0172C871230
Octal14422015737027542072260
Binary1100100100100001101111111110101111011001000011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64906F; }

 p { color: rgb(100,144,111); }

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

<style>
 a { background-color: #64906F; }

 a { background-color: rgb(100,144,111); }

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

<style>
 span { border-color: #64906F; }

 span { border-color: rgb(100,144,111); }

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