Html Css Color HEX #6D9076 Oxley

📋 copy color: '#6D9076'

red 109 ◦ green 144 ◦ blue 118

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

Shades of Oxley #6D9076

Tints of Oxley #6D9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

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

R = 29.38%
G = 38.81%
B = 31.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#6D9076 (or 0x6D9076) is known color: Oxley. HEX triplet: 6D, 90 and 76. RGB value is (109,144,118). Sum of RGB (Red+Green+Blue) = 109+144+118=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9076 is #926F89. Grayscale: #828282. Windows color (decimal): -9596810 or 7770221. OLE color: 7770221.

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

Color convert

RGB 109 144 118 -
CMYK 0.24 0 0.18 0.44
HSL 135.43º 0.14% 0.5% -
HSV(B) 135.43º 0.24% 0.56% -
XYZ 19.55 24.51 20.84 -
YUV 130.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 109 144 118 0.24 0 0.18 0.44 135.43 0.14 0.5
Hex 6D 90 76 18 0 12 2C 87 E 32
Octal 155 220 166 30 0 22 54 207 16 62
Binary 1101101 10010000 1110110 11000 0 10010 101100 10000111 1110 110010

Color Harmonies of #6D9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9076

Black with #6D9076

Text Example


Text Example

White with #6D9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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