#64926F

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

Shades of Oxley #64926F

Tints of Oxley #64926F

Color information

#64926F (or 0x64926F) is unknown color: approx Oxley. HEX triplet: 64, 92 and 6F. RGB value is (100,146,111). Sum of RGB (Red+Green+Blue) = 100+146+111=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #64926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64926F is #9B6D90. Grayscale: #808080. Windows color (decimal): -10186129 or 7311972. OLE color: 7311972.

HSL color Cylindrical-coordinate representation of color #64926F: hue angle of 134.35º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64926F is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB100146111-
CMYK0.3200.240.43
HSL134.35º18.7%48.24%-
HSV(B)134.35º31.51%57.25%-
XYZ18.424.4118.78-
YUV128.26118.26107.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=28.01%
G=40.90%
B=31.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461110.3200.240.43134.3518.748.24
Hex64926F200182B861330
Octal14422215740030532062360
Binary11001001001001011011111000000110001010111000011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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