#6F9476

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

Shades of Oxley #6F9476

Tints of Oxley #6F9476

Color information

#6F9476 (or 0x6F9476) is unknown color: approx Oxley. HEX triplet: 6F, 94 and 76. RGB value is (111,148,118). Sum of RGB (Red+Green+Blue) = 111+148+118=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9476 is #906B89. Grayscale: #858585. Windows color (decimal): -9464714 or 7771247. OLE color: 7771247.

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

Color convert

RGB111148118-
CMYK0.2500.200.42
HSL131.35º14.74%50.78%-
HSV(B)131.35º25%58.04%-
XYZ20.4225.8721.06-
YUV133.52119.24111.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=29.44%
G=39.26%
B=31.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481180.2500.200.42131.3514.7450.78
Hex6F9476190142A83f33
Octal15722416631024522031763
Binary110111110010100111011011001010100101010100000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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