#6FAA76

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

Shades of Oxley #6FAA76

Tints of Oxley #6FAA76

Color information

#6FAA76 (or 0x6FAA76) is unknown color: approx Oxley. HEX triplet: 6F, AA and 76. RGB value is (111,170,118). Sum of RGB (Red+Green+Blue) = 111+170+118=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAA76 is #905589. Grayscale: #929292. Windows color (decimal): -9459082 or 7776879. OLE color: 7776879.

HSL color Cylindrical-coordinate representation of color #6FAA76: hue angle of 127.12º 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 #6FAA76 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB111170118-
CMYK0.3500.310.33
HSL127.12º25.76%55.1%-
HSV(B)127.12º34.71%66.67%-
XYZ24.233.4422.32-
YUV146.43111.95102.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=27.82%
G=42.61%
B=29.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111701180.3500.310.33127.1225.7655.1
Hex6FAA762301F217f1a37
Octal15725216643037411773267
Binary1101111101010101110110100011011111100001111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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