Html Css Color HEX #6E9277 Oxley

📋 copy color: '#6E9277'

red 110 ◦ green 146 ◦ blue 119

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

Shades of Oxley #6E9277

Tints of Oxley #6E9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

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

R = 29.33%
G = 38.93%
B = 31.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#6E9277 (or 0x6E9277) is known color: Oxley. HEX triplet: 6E, 92 and 77. RGB value is (110,146,119). Sum of RGB (Red+Green+Blue) = 110+146+119=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9277 is #916D88. Grayscale: #848484. Windows color (decimal): -9530761 or 7836270. OLE color: 7836270.

HSL color Cylindrical-coordinate representation of color #6E9277: hue angle of 135º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9277 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 119 -
CMYK 0.25 0 0.18 0.43
HSL 135º 0.14% 0.5% -
HSV(B) 135º 0.25% 0.57% -
XYZ 20.04 25.2 21.26 -
YUV 132.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 110 146 119 0.25 0 0.18 0.43 135 0.14 0.5
Hex 6E 92 77 19 0 12 2B 87 E 32
Octal 156 222 167 31 0 22 53 207 16 62
Binary 1101110 10010010 1110111 11001 0 10010 101011 10000111 1110 110010

Color Harmonies of #6E9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9277

Black with #6E9277

Text Example


Text Example

White with #6E9277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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