#6FA472

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

Shades of Oxley #6FA472

Tints of Oxley #6FA472

Color information

#6FA472 (or 0x6FA472) is unknown color: approx Oxley. HEX triplet: 6F, A4 and 72. RGB value is (111,164,114). Sum of RGB (Red+Green+Blue) = 111+164+114=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA472 is #905B8D. Grayscale: #8E8E8E. Windows color (decimal): -9460622 or 7513199. OLE color: 7513199.

HSL color Cylindrical-coordinate representation of color #6FA472: hue angle of 123.4º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA472 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB111164114-
CMYK0.3200.300.36
HSL123.4º22.55%53.92%-
HSV(B)123.4º32.32%64.31%-
XYZ22.8731.1520.73-
YUV142.45111.94105.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=28.53%
G=42.16%
B=29.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111641140.3200.300.36123.422.5553.92
Hex6FA4722001E247b1736
Octal15724416240036441732766
Binary1101111101001001110010100000011110100100111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FA472; }

 p { color: rgb(111,164,114); }

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

<style>
 a { background-color: #6FA472; }

 a { background-color: rgb(111,164,114); }

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

<style>
 span { border-color: #6FA472; }

 span { border-color: rgb(111,164,114); }

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