#6D9477

Color #6D9477 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #6D9477

Tints of Oxley #6D9477

Color information

#6D9477 (or 0x6D9477) is unknown color: approx Oxley. HEX triplet: 6D, 94 and 77. RGB value is (109,148,119). Sum of RGB (Red+Green+Blue) = 109+148+119=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9477 is #926B88. Grayscale: #858585. Windows color (decimal): -9595785 or 7836781. OLE color: 7836781.

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

Color convert

RGB109148119-
CMYK0.2600.200.42
HSL135.38º15.42%50.39%-
HSV(B)135.38º26.35%58.04%-
XYZ20.2325.7621.36-
YUV133.03120.08110.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 148 (58.20% from 255) = 39.36%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=28.99%
G=39.36%
B=31.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091481190.2600.200.42135.3815.4250.39
Hex6D94771A0142A87f32
Octal15522416732024522071762
Binary110110110010100111011111010010100101010100001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D9477;
 }
 .AnyTagClassName
 {
   color: #6D9477;
 }
</style>
background-color css

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

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

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

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

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

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