#6FAC79

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

Shades of Oxley #6FAC79

Tints of Oxley #6FAC79

Color information

#6FAC79 (or 0x6FAC79) is unknown color: approx Oxley. HEX triplet: 6F, AC and 79. RGB value is (111,172,121). Sum of RGB (Red+Green+Blue) = 111+172+121=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC79 is #905386. Grayscale: #949494. Windows color (decimal): -9458567 or 7973999. OLE color: 7973999.

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

Color convert

RGB111172121-
CMYK0.3500.300.33
HSL129.84º26.87%55.49%-
HSV(B)129.84º35.47%67.45%-
XYZ24.7634.2723.4-
YUV147.95112.79101.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.48%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=27.48%
G=42.57%
B=29.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111721210.3500.300.33129.8426.8755.49
Hex6FAC792301E21821b37
Octal15725417143036412023367
Binary11011111010110011110011000110111101000011000001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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