Html Css Color HEX #6E947E Oxley

📋 copy color: '#6E947E'

red 110 ◦ green 148 ◦ blue 126

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

Shades of Oxley #6E947E

Tints of Oxley #6E947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 28.65%
G = 38.54%
B = 32.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#6E947E (or 0x6E947E) is known color: Oxley. HEX triplet: 6E, 94 and 7E. RGB value is (110,148,126). Sum of RGB (Red+Green+Blue) = 110+148+126=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #6E947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E947E is #916B81. Grayscale: #868686. Windows color (decimal): -9530242 or 8295534. OLE color: 8295534.

HSL color Cylindrical-coordinate representation of color #6E947E: hue angle of 145.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E947E is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 126 -
CMYK 0.26 0 0.15 0.42
HSL 145.26º 0.15% 0.51% -
HSV(B) 145.26º 0.26% 0.58% -
XYZ 20.79 26 23.66 -
YUV 134.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 110 148 126 0.26 0 0.15 0.42 145.26 0.15 0.51
Hex 6E 94 7E 1A 0 F 2A 91 F 33
Octal 156 224 176 32 0 17 52 221 17 63
Binary 1101110 10010100 1111110 11010 0 1111 101010 10010001 1111 110011

Color Harmonies of #6E947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E947E

Black with #6E947E

Text Example


Text Example

White with #6E947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,148,126); }

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

background-color css

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

 a { background-color: rgb(110,148,126); }

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

border-color css

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

 span { border-color: rgb(110,148,126); }

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