Html Css Color HEX #6E967F Oxley

📋 copy color: '#6E967F'

red 110 ◦ green 150 ◦ blue 127

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

Shades of Oxley #6E967F

Tints of Oxley #6E967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 28.42%
G = 38.76%
B = 32.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#6E967F (or 0x6E967F) is known color: Oxley. HEX triplet: 6E, 96 and 7F. RGB value is (110,150,127). Sum of RGB (Red+Green+Blue) = 110+150+127=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #6E967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E967F is #916980. Grayscale: #878787. Windows color (decimal): -9529729 or 8361582. OLE color: 8361582.

HSL color Cylindrical-coordinate representation of color #6E967F: hue angle of 145.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E967F is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 150 127 -
CMYK 0.27 0 0.15 0.41
HSL 145.5º 0.16% 0.51% -
HSV(B) 145.5º 0.27% 0.59% -
XYZ 21.17 26.66 24.11 -
YUV 135.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 110 150 127 0.27 0 0.15 0.41 145.5 0.16 0.51
Hex 6E 96 7F 1B 0 F 29 92 10 33
Octal 156 226 177 33 0 17 51 222 20 63
Binary 1101110 10010110 1111111 11011 0 1111 101001 10010010 10000 110011

Color Harmonies of #6E967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E967F

Black with #6E967F

Text Example


Text Example

White with #6E967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,150,127); }

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

background-color css

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

 a { background-color: rgb(110,150,127); }

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

border-color css

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

 span { border-color: rgb(110,150,127); }

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