#6EA270

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

Shades of Oxley #6EA270

Tints of Oxley #6EA270

Color information

#6EA270 (or 0x6EA270) is unknown color: approx Oxley. HEX triplet: 6E, A2 and 70. RGB value is (110,162,112). Sum of RGB (Red+Green+Blue) = 110+162+112=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA270 is #915D8F. Grayscale: #8C8C8C. Windows color (decimal): -9526672 or 7381614. OLE color: 7381614.

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

Color convert

RGB110162112-
CMYK0.3200.310.36
HSL122.31º21.85%53.33%-
HSV(B)122.31º32.1%63.53%-
XYZ22.2830.3320.01-
YUV140.75111.77106.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=28.65%
G=42.19%
B=29.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101621120.3200.310.36122.3121.8553.33
Hex6EA2702001F247a1635
Octal15624216040037441722665
Binary1101110101000101110000100000011111100100111101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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