Html Css Color HEX #6D9476 Oxley

📋 copy color: '#6D9476'

red 109 ◦ green 148 ◦ blue 118

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

Shades of Oxley #6D9476

Tints of Oxley #6D9476

RGB

 RED value IS 109 (42.97% from 255) = 29.07%

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 29.07%
G = 39.47%
B = 31.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#6D9476 (or 0x6D9476) is known color: Oxley. HEX triplet: 6D, 94 and 76. RGB value is (109,148,118). Sum of RGB (Red+Green+Blue) = 109+148+118=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9476 is #926B89. Grayscale: #848484. Windows color (decimal): -9595786 or 7771245. OLE color: 7771245.

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

Color convert

RGB 109 148 118 -
CMYK 0.26 0 0.20 0.42
HSL 133.85º 0.15% 0.5% -
HSV(B) 133.85º 0.26% 0.58% -
XYZ 20.17 25.74 21.04 -
YUV 132.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 109 148 118 0.26 0 0.20 0.42 133.85 0.15 0.5
Hex 6D 94 76 1A 0 14 2A 86 F 32
Octal 155 224 166 32 0 24 52 206 17 62
Binary 1101101 10010100 1110110 11010 0 10100 101010 10000110 1111 110010

Color Harmonies of #6D9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9476

Black with #6D9476

Text Example


Text Example

White with #6D9476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,148,118); }

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

background-color css

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

 a { background-color: rgb(109,148,118); }

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

border-color css

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

 span { border-color: rgb(109,148,118); }

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