#6FA672

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

Shades of Oxley #6FA672

Tints of Oxley #6FA672

Color information

#6FA672 (or 0x6FA672) is unknown color: approx Oxley. HEX triplet: 6F, A6 and 72. RGB value is (111,166,114). Sum of RGB (Red+Green+Blue) = 111+166+114=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA672 is #90598D. Grayscale: #8F8F8F. Windows color (decimal): -9460110 or 7513711. OLE color: 7513711.

HSL color Cylindrical-coordinate representation of color #6FA672: hue angle of 123.27º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA672 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB111166114-
CMYK0.3300.310.35
HSL123.27º23.61%54.31%-
HSV(B)123.27º33.13%65.1%-
XYZ23.2331.8720.85-
YUV143.63111.28104.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.39%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=28.39%
G=42.46%
B=29.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111661140.3300.310.35123.2723.6154.31
Hex6FA6722101F237b1836
Octal15724616241037431733066
Binary1101111101001101110010100001011111100011111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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