#6F8F7D

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

Shades of Oxley #6F8F7D

Tints of Oxley #6F8F7D

Color information

#6F8F7D (or 0x6F8F7D) is unknown color: approx Oxley. HEX triplet: 6F, 8F and 7D. RGB value is (111,143,125). Sum of RGB (Red+Green+Blue) = 111+143+125=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F7D is #907082. Grayscale: #838383. Windows color (decimal): -9465987 or 8228719. OLE color: 8228719.

HSL color Cylindrical-coordinate representation of color #6F8F7D: hue angle of 146.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8F7D is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB111143125-
CMYK0.2200.130.44
HSL146.25º12.6%49.8%-
HSV(B)146.25º22.38%56.08%-
XYZ20.0824.5123.07-
YUV131.38124.4113.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=29.29%
G=37.73%
B=32.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111431250.2200.130.44146.2512.649.8
Hex6F8F7D160D2C92d32
Octal15721717526015542221562
Binary11011111000111111111011011001101101100100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,143,125); }

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

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

 a { background-color: rgb(111,143,125); }

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

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

 span { border-color: rgb(111,143,125); }

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