#6F9D83

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

Shades of Oxley #6F9D83

Tints of Oxley #6F9D83

Color information

#6F9D83 (or 0x6F9D83) is unknown color: approx Oxley. HEX triplet: 6F, 9D and 83. RGB value is (111,157,131). Sum of RGB (Red+Green+Blue) = 111+157+131=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #6F9D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9D83 is #90627C. Grayscale: #8C8C8C. Windows color (decimal): -9462397 or 8625519. OLE color: 8625519.

HSL color Cylindrical-coordinate representation of color #6F9D83: hue angle of 146.09º 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 #6F9D83 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB111157131-
CMYK0.2900.170.38
HSL146.09º19.01%52.55%-
HSV(B)146.09º29.3%61.57%-
XYZ22.7129.1325.9-
YUV140.28122.76107.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=27.82%
G=39.35%
B=32.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111571310.2900.170.38146.0919.0152.55
Hex6F9D831D01126921335
Octal15723520335021462222365
Binary11011111001110110000011111010100011001101001001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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