#6FA279

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

Shades of Oxley #6FA279

Tints of Oxley #6FA279

Color information

#6FA279 (or 0x6FA279) is unknown color: approx Oxley. HEX triplet: 6F, A2 and 79. RGB value is (111,162,121). Sum of RGB (Red+Green+Blue) = 111+162+121=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA279 is #905D86. Grayscale: #8E8E8E. Windows color (decimal): -9461127 or 7971439. OLE color: 7971439.

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

Color convert

RGB111162121-
CMYK0.3100.250.36
HSL131.76º21.52%53.53%-
HSV(B)131.76º31.48%63.53%-
XYZ22.9330.622.79-
YUV142.08116.1105.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=28.17%
G=41.12%
B=30.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111621210.3100.250.36131.7621.5253.53
Hex6FA2791F01924841636
Octal15724217137031442042666
Binary1101111101000101111001111110110011001001000010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,121); }

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

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

 a { background-color: rgb(111,162,121); }

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

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

 span { border-color: rgb(111,162,121); }

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