#64946F

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

Shades of Oxley #64946F

Tints of Oxley #64946F

Color information

#64946F (or 0x64946F) is unknown color: approx Oxley. HEX triplet: 64, 94 and 6F. RGB value is (100,148,111). Sum of RGB (Red+Green+Blue) = 100+148+111=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #64946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64946F is #9B6B90. Grayscale: #818181. Windows color (decimal): -10185617 or 7312484. OLE color: 7312484.

HSL color Cylindrical-coordinate representation of color #64946F: hue angle of 133.75º 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 #64946F is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB100148111-
CMYK0.3200.250.42
HSL133.75º19.35%48.63%-
HSV(B)133.75º32.43%58.04%-
XYZ18.7125.0418.89-
YUV129.43117.6107.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=27.86%
G=41.23%
B=30.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481110.3200.250.42133.7519.3548.63
Hex64946F200192A861331
Octal14422415740031522062361
Binary11001001001010011011111000000110011010101000011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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