#6F9D84

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

Shades of Oxley #6F9D84

Tints of Oxley #6F9D84

Color information

#6F9D84 (or 0x6F9D84) is unknown color: approx Oxley. HEX triplet: 6F, 9D and 84. RGB value is (111,157,132). Sum of RGB (Red+Green+Blue) = 111+157+132=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #6F9D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9D84 is #90627B. Grayscale: #8C8C8C. Windows color (decimal): -9462396 or 8691055. OLE color: 8691055.

HSL color Cylindrical-coordinate representation of color #6F9D84: hue angle of 147.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9D84 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB111157132-
CMYK0.2900.160.38
HSL147.39º19.01%52.55%-
HSV(B)147.39º29.3%61.57%-
XYZ22.7829.1626.26-
YUV140.4123.26107.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 132 (51.95% from 255) = 33%
R=27.75%
G=39.25%
B=33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111571320.2900.160.38147.3919.0152.55
Hex6F9D841D01026931335
Octal15723520435020462232365
Binary11011111001110110000100111010100001001101001001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,157,132); }

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

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

 a { background-color: rgb(111,157,132); }

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

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

 span { border-color: rgb(111,157,132); }

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