#6EA483

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

Shades of Oxley #6EA483

Tints of Oxley #6EA483

Color information

#6EA483 (or 0x6EA483) is unknown color: approx Oxley. HEX triplet: 6E, A4 and 83. RGB value is (110,164,131). Sum of RGB (Red+Green+Blue) = 110+164+131=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA483 is #915B7C. Grayscale: #909090. Windows color (decimal): -9526141 or 8627310. OLE color: 8627310.

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

Color convert

RGB110164131-
CMYK0.3300.200.36
HSL143.33º22.88%53.73%-
HSV(B)143.33º32.93%64.31%-
XYZ23.831.526.3-
YUV144.09120.61103.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.16%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=27.16%
G=40.49%
B=32.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641310.3300.200.36143.3322.8853.73
Hex6EA48321014248f1736
Octal15624420341024442172766
Binary110111010100100100000111000010101001001001000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,131); }

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

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

 a { background-color: rgb(110,164,131); }

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

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

 span { border-color: rgb(110,164,131); }

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