#6FAA79

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

Shades of Oxley #6FAA79

Tints of Oxley #6FAA79

Color information

#6FAA79 (or 0x6FAA79) is unknown color: approx Oxley. HEX triplet: 6F, AA and 79. RGB value is (111,170,121). Sum of RGB (Red+Green+Blue) = 111+170+121=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAA79 is #905586. Grayscale: #929292. Windows color (decimal): -9459079 or 7973487. OLE color: 7973487.

HSL color Cylindrical-coordinate representation of color #6FAA79: hue angle of 130.17º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA79 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB111170121-
CMYK0.3500.290.33
HSL130.17º25.76%55.1%-
HSV(B)130.17º34.71%66.67%-
XYZ24.3833.5123.27-
YUV146.77113.45102.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=27.61%
G=42.29%
B=30.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111701210.3500.290.33130.1725.7655.1
Hex6FAA792301D21821a37
Octal15725217143035412023267
Binary11011111010101011110011000110111011000011000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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