Html Css Color HEX #6E9479 Oxley

📋 copy color: '#6E9479'

red 110 ◦ green 148 ◦ blue 121

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

Shades of Oxley #6E9479

Tints of Oxley #6E9479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 29.02%
G = 39.05%
B = 31.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#6E9479 (or 0x6E9479) is known color: Oxley. HEX triplet: 6E, 94 and 79. RGB value is (110,148,121). Sum of RGB (Red+Green+Blue) = 110+148+121=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9479 is #916B86. Grayscale: #858585. Windows color (decimal): -9530247 or 7967854. OLE color: 7967854.

HSL color Cylindrical-coordinate representation of color #6E9479: hue angle of 137.37º 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 #6E9479 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 121 -
CMYK 0.26 0 0.18 0.42
HSL 137.37º 0.15% 0.51% -
HSV(B) 137.37º 0.26% 0.58% -
XYZ 20.47 25.88 22 -
YUV 133.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 110 148 121 0.26 0 0.18 0.42 137.37 0.15 0.51
Hex 6E 94 79 1A 0 12 2A 89 F 33
Octal 156 224 171 32 0 22 52 211 17 63
Binary 1101110 10010100 1111001 11010 0 10010 101010 10001001 1111 110011

Color Harmonies of #6E9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9479

Black with #6E9479

Text Example


Text Example

White with #6E9479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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