#6FA27C

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

Shades of Oxley #6FA27C

Tints of Oxley #6FA27C

Color information

#6FA27C (or 0x6FA27C) is unknown color: approx Oxley. HEX triplet: 6F, A2 and 7C. RGB value is (111,162,124). Sum of RGB (Red+Green+Blue) = 111+162+124=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA27C is #905D83. Grayscale: #8E8E8E. Windows color (decimal): -9461124 or 8168047. OLE color: 8168047.

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

Color convert

RGB111162124-
CMYK0.3100.230.36
HSL135.29º21.52%53.53%-
HSV(B)135.29º31.48%63.53%-
XYZ23.1130.6823.77-
YUV142.42117.6105.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=27.96%
G=40.81%
B=31.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111621240.3100.230.36135.2921.5253.53
Hex6FA27C1F01724871636
Octal15724217437027442072666
Binary1101111101000101111100111110101111001001000011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,124); }

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

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

 a { background-color: rgb(111,162,124); }

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

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

 span { border-color: rgb(111,162,124); }

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