Html Css Color HEX #6EA483 Oxley

📋 copy color: '#6EA483'

red 110 ◦ green 164 ◦ blue 131

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

Shades of Oxley #6EA483

Tints of Oxley #6EA483

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 value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#6EA483 (or 0x6EA483) is known color: 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

RGB 110 164 131 -
CMYK 0.33 0 0.20 0.36
HSL 143.33º 0.23% 0.54% -
HSV(B) 143.33º 0.33% 0.64% -
XYZ 23.8 31.5 26.3 -
YUV 144.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 110 164 131 0.33 0 0.20 0.36 143.33 0.23 0.54
Hex 6E A4 83 21 0 14 24 8F 17 36
Octal 156 244 203 41 0 24 44 217 27 66
Binary 1101110 10100100 10000011 100001 0 10100 100100 10001111 10111 110110

Color Harmonies of #6EA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA483

Black with #6EA483

Text Example


Text Example

White with #6EA483

Text Example


Text Example

HTML Codes & Css Web 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>