#6FA478

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

Shades of Oxley #6FA478

Tints of Oxley #6FA478

Color information

#6FA478 (or 0x6FA478) is unknown color: approx Oxley. HEX triplet: 6F, A4 and 78. RGB value is (111,164,120). Sum of RGB (Red+Green+Blue) = 111+164+120=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA478 is #905B87. Grayscale: #8F8F8F. Windows color (decimal): -9460616 or 7906415. OLE color: 7906415.

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

Color convert

RGB111164120-
CMYK0.3200.270.36
HSL130.19º22.55%53.92%-
HSV(B)130.19º32.32%64.31%-
XYZ23.2231.2922.58-
YUV143.14114.94105.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.10%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=28.10%
G=41.52%
B=30.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111641200.3200.270.36130.1922.5553.92
Hex6FA4782001B24821736
Octal15724417040033442022766
Binary11011111010010011110001000000110111001001000001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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