#6FA470

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

Shades of Oxley #6FA470

Tints of Oxley #6FA470

Color information

#6FA470 (or 0x6FA470) is unknown color: approx Oxley. HEX triplet: 6F, A4 and 70. RGB value is (111,164,112). Sum of RGB (Red+Green+Blue) = 111+164+112=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA470 is #905B8F. Grayscale: #8E8E8E. Windows color (decimal): -9460624 or 7382127. OLE color: 7382127.

HSL color Cylindrical-coordinate representation of color #6FA470: hue angle of 121.13º degrees, saturation: 0.23, 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 #6FA470 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB111164112-
CMYK0.3200.320.36
HSL121.13º22.55%53.92%-
HSV(B)121.13º32.32%64.31%-
XYZ22.7631.120.13-
YUV142.22110.94105.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=28.68%
G=42.38%
B=28.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111641120.3200.320.36121.1322.5553.92
Hex6FA4702002024791736
Octal15724416040040441712766
Binary11011111010010011100001000000100000100100111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,164,112); }

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

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

 a { background-color: rgb(111,164,112); }

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

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

 span { border-color: rgb(111,164,112); }

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