#6EA57D

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

Shades of Oxley #6EA57D

Tints of Oxley #6EA57D

Color information

#6EA57D (or 0x6EA57D) is unknown color: approx Oxley. HEX triplet: 6E, A5 and 7D. RGB value is (110,165,125). Sum of RGB (Red+Green+Blue) = 110+165+125=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA57D is #915A82. Grayscale: #909090. Windows color (decimal): -9525891 or 8234350. OLE color: 8234350.

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

Color convert

RGB110165125-
CMYK0.3300.240.35
HSL136.36º23.4%53.92%-
HSV(B)136.36º33.33%64.71%-
XYZ23.5931.7124.28-
YUV144117.28103.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.5%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=27.5%
G=41.25%
B=31.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101651250.3300.240.35136.3623.453.92
Hex6EA57D2101823881736
Octal15624517541030432102766
Binary11011101010010111111011000010110001000111000100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,165,125); }

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

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

 a { background-color: rgb(110,165,125); }

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

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

 span { border-color: rgb(110,165,125); }

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