#6EA271

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

Shades of Oxley #6EA271

Tints of Oxley #6EA271

Color information

#6EA271 (or 0x6EA271) is unknown color: approx Oxley. HEX triplet: 6E, A2 and 71. RGB value is (110,162,113). Sum of RGB (Red+Green+Blue) = 110+162+113=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA271 is #915D8E. Grayscale: #8D8D8D. Windows color (decimal): -9526671 or 7447150. OLE color: 7447150.

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

Color convert

RGB110162113-
CMYK0.3200.300.36
HSL123.46º21.85%53.33%-
HSV(B)123.46º32.1%63.53%-
XYZ22.3330.3520.3-
YUV140.87112.27105.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.57%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=28.57%
G=42.08%
B=29.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101621130.3200.300.36123.4621.8553.33
Hex6EA2712001E247b1635
Octal15624216140036441732665
Binary1101110101000101110001100000011110100100111101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,162,113); }

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

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

 a { background-color: rgb(110,162,113); }

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

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

 span { border-color: rgb(110,162,113); }

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