#64946E

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

Shades of Oxley #64946E

Tints of Oxley #64946E

Color information

#64946E (or 0x64946E) is unknown color: approx Oxley. HEX triplet: 64, 94 and 6E. RGB value is (100,148,110). Sum of RGB (Red+Green+Blue) = 100+148+110=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #64946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64946E is #9B6B91. Grayscale: #818181. Windows color (decimal): -10185618 or 7246948. OLE color: 7246948.

HSL color Cylindrical-coordinate representation of color #64946E: hue angle of 132.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64946E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB100148110-
CMYK0.3200.260.42
HSL132.5º19.35%48.63%-
HSV(B)132.5º32.43%58.04%-
XYZ18.6625.0118.6-
YUV129.32117.1107.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=27.93%
G=41.34%
B=30.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481100.3200.260.42132.519.3548.63
Hex64946E2001A2A841331
Octal14422415640032522042361
Binary11001001001010011011101000000110101010101000010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64946E; }

 p { color: rgb(100,148,110); }

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

<style>
 a { background-color: #64946E; }

 a { background-color: rgb(100,148,110); }

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

<style>
 span { border-color: #64946E; }

 span { border-color: rgb(100,148,110); }

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