Html Css Color HEX #6EA380 Oxley

📋 copy color: '#6EA380'

red 110 ◦ green 163 ◦ blue 128

#6EA380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6EA380

Tints of Oxley #6EA380

RGB

 RED value IS 110 (43.36% from 255) = 27.43%

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 27.43%
G = 40.65%
B = 31.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#6EA380 (or 0x6EA380) is known color: Oxley. HEX triplet: 6E, A3 and 80. RGB value is (110,163,128). Sum of RGB (Red+Green+Blue) = 110+163+128=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA380 is #915C7F. Grayscale: #8F8F8F. Windows color (decimal): -9526400 or 8430446. OLE color: 8430446.

HSL color Cylindrical-coordinate representation of color #6EA380: hue angle of 140.38º degrees, saturation: 0.22, 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 #6EA380 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 163 128 -
CMYK 0.33 0 0.21 0.36
HSL 140.38º 0.22% 0.54% -
HSV(B) 140.38º 0.33% 0.64% -
XYZ 23.42 31.07 25.18 -
YUV 143.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 110 163 128 0.33 0 0.21 0.36 140.38 0.22 0.54
Hex 6E A3 80 21 0 15 24 8C 16 36
Octal 156 243 200 41 0 25 44 214 26 66
Binary 1101110 10100011 10000000 100001 0 10101 100100 10001100 10110 110110

Color Harmonies of #6EA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA380

Black with #6EA380

Text Example


Text Example

White with #6EA380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,163,128); }

 H1.HeaderClassName
 {
   color: #6EA380;
 }
 .AnyTagClassName
 {
   color: #6EA380;
 }
</style>

background-color css

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

 a { background-color: rgb(110,163,128); }

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

border-color css

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

 span { border-color: rgb(110,163,128); }

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