#6FA375

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

Shades of Oxley #6FA375

Tints of Oxley #6FA375

Color information

#6FA375 (or 0x6FA375) is unknown color: approx Oxley. HEX triplet: 6F, A3 and 75. RGB value is (111,163,117). Sum of RGB (Red+Green+Blue) = 111+163+117=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA375 is #905C8A. Grayscale: #8E8E8E. Windows color (decimal): -9460875 or 7709551. OLE color: 7709551.

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

Color convert

RGB111163117-
CMYK0.3200.280.36
HSL126.92º22.03%53.73%-
HSV(B)126.92º31.9%63.92%-
XYZ22.8630.8621.58-
YUV142.21113.77105.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.39%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=28.39%
G=41.69%
B=29.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111631170.3200.280.36126.9222.0353.73
Hex6FA3752001C247f1636
Octal15724316540034441772666
Binary1101111101000111110101100000011100100100111111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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