#6F9B76

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

Shades of Oxley #6F9B76

Tints of Oxley #6F9B76

Color information

#6F9B76 (or 0x6F9B76) is unknown color: approx Oxley. HEX triplet: 6F, 9B and 76. RGB value is (111,155,118). Sum of RGB (Red+Green+Blue) = 111+155+118=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9B76 is #906489. Grayscale: #898989. Windows color (decimal): -9462922 or 7773039. OLE color: 7773039.

HSL color Cylindrical-coordinate representation of color #6F9B76: hue angle of 129.55º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F9B76 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB111155118-
CMYK0.2800.240.39
HSL129.55º18.03%52.16%-
HSV(B)129.55º28.39%60.78%-
XYZ21.5528.1321.43-
YUV137.63116.92109.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=28.91%
G=40.36%
B=30.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111551180.2800.240.39129.5518.0352.16
Hex6F9B761C01827821234
Octal15723316634030472022264
Binary1101111100110111110110111000110001001111000001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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