#6F9778

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

Shades of Oxley #6F9778

Tints of Oxley #6F9778

Color information

#6F9778 (or 0x6F9778) is unknown color: approx Oxley. HEX triplet: 6F, 97 and 78. RGB value is (111,151,120). Sum of RGB (Red+Green+Blue) = 111+151+120=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #6F9778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9778 is #906887. Grayscale: #878787. Windows color (decimal): -9463944 or 7903087. OLE color: 7903087.

HSL color Cylindrical-coordinate representation of color #6F9778: hue angle of 133.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9778 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB111151120-
CMYK0.2600.210.41
HSL133.5º16.13%51.37%-
HSV(B)133.5º26.49%59.22%-
XYZ21.0126.8721.85-
YUV135.51119.25110.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.06%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=29.06%
G=39.53%
B=31.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1111511200.2600.210.41133.516.1351.37
Hex6F97781A01529861033
Octal15722717032025512062063
Binary1101111100101111111000110100101011010011000011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,151,120); }

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

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

 a { background-color: rgb(111,151,120); }

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

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

 span { border-color: rgb(111,151,120); }

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