Html Css Color HEX #6EA477 Oxley

📋 copy color: '#6EA477'

red 110 ◦ green 164 ◦ blue 119

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

Shades of Oxley #6EA477

Tints of Oxley #6EA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 27.99%
G = 41.73%
B = 30.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#6EA477 (or 0x6EA477) is known color: Oxley. HEX triplet: 6E, A4 and 77. RGB value is (110,164,119). Sum of RGB (Red+Green+Blue) = 110+164+119=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA477 is #915B88. Grayscale: #8E8E8E. Windows color (decimal): -9526153 or 7840878. OLE color: 7840878.

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

Color convert

RGB 110 164 119 -
CMYK 0.33 0 0.27 0.36
HSL 130º 0.23% 0.54% -
HSV(B) 130º 0.33% 0.64% -
XYZ 23.04 31.2 22.26 -
YUV 142.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 110 164 119 0.33 0 0.27 0.36 130 0.23 0.54
Hex 6E A4 77 21 0 1B 24 82 17 36
Octal 156 244 167 41 0 33 44 202 27 66
Binary 1101110 10100100 1110111 100001 0 11011 100100 10000010 10111 110110

Color Harmonies of #6EA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA477

Black with #6EA477

Text Example


Text Example

White with #6EA477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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