#6F9F72

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

Shades of Oxley #6F9F72

Tints of Oxley #6F9F72

Color information

#6F9F72 (or 0x6F9F72) is unknown color: approx Oxley. HEX triplet: 6F, 9F and 72. RGB value is (111,159,114). Sum of RGB (Red+Green+Blue) = 111+159+114=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F72 is #90608D. Grayscale: #8B8B8B. Windows color (decimal): -9461902 or 7511919. OLE color: 7511919.

HSL color Cylindrical-coordinate representation of color #6F9F72: hue angle of 123.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F72 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB111159114-
CMYK0.3000.280.38
HSL123.75º20%52.94%-
HSV(B)123.75º30.19%62.35%-
XYZ21.9929.3920.43-
YUV139.52113.6107.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=28.91%
G=41.41%
B=29.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111591140.3000.280.38123.752052.94
Hex6F9F721E01C267c1435
Octal15723716236034461742465
Binary110111110011111111001011110011100100110111110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,159,114); }

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

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

 a { background-color: rgb(111,159,114); }

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

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

 span { border-color: rgb(111,159,114); }

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