#6FA775

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

Shades of Oxley #6FA775

Tints of Oxley #6FA775

Color information

#6FA775 (or 0x6FA775) is unknown color: approx Oxley. HEX triplet: 6F, A7 and 75. RGB value is (111,167,117). Sum of RGB (Red+Green+Blue) = 111+167+117=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA775 is #90588A. Grayscale: #909090. Windows color (decimal): -9459851 or 7710575. OLE color: 7710575.

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

Color convert

RGB111167117-
CMYK0.3400.300.35
HSL126.43º24.14%54.51%-
HSV(B)126.43º33.53%65.49%-
XYZ23.5932.321.82-
YUV144.56112.45104.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.10%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=28.10%
G=42.28%
B=29.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111671170.3400.300.35126.4324.1454.51
Hex6FA7752201E237e1837
Octal15724716542036431763067
Binary1101111101001111110101100010011110100011111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,167,117); }

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

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

 a { background-color: rgb(111,167,117); }

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

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

 span { border-color: rgb(111,167,117); }

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