#6F9176

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

Shades of Oxley #6F9176

Tints of Oxley #6F9176

Color information

#6F9176 (or 0x6F9176) is unknown color: approx Oxley. HEX triplet: 6F, 91 and 76. RGB value is (111,145,118). Sum of RGB (Red+Green+Blue) = 111+145+118=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9176 is #906E89. Grayscale: #838383. Windows color (decimal): -9465482 or 7770479. OLE color: 7770479.

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

Color convert

RGB111145118-
CMYK0.2300.190.43
HSL132.35º13.39%50.2%-
HSV(B)132.35º23.45%56.86%-
XYZ19.9524.9420.9-
YUV131.76120.24113.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.68%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=29.68%
G=38.77%
B=31.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111451180.2300.190.43132.3513.3950.2
Hex6F9176170132B84d32
Octal15722116627023532041562
Binary110111110010001111011010111010011101011100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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