#6B9F73

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

Shades of Oxley #6B9F73

Tints of Oxley #6B9F73

Color information

#6B9F73 (or 0x6B9F73) is unknown color: approx Oxley. HEX triplet: 6B, 9F and 73. RGB value is (107,159,115). Sum of RGB (Red+Green+Blue) = 107+159+115=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #6B9F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9F73 is #94608C. Grayscale: #8A8A8A. Windows color (decimal): -9724045 or 7577451. OLE color: 7577451.

HSL color Cylindrical-coordinate representation of color #6B9F73: hue angle of 129.23º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B9F73 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB107159115-
CMYK0.3300.280.38
HSL129.23º21.31%52.16%-
HSV(B)129.23º32.7%62.35%-
XYZ21.5629.1620.71-
YUV138.44114.77105.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=28.08%
G=41.73%
B=30.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071591150.3300.280.38129.2321.3152.16
Hex6B9F732101C26811534
Octal15323716341034462012564
Binary11010111001111111100111000010111001001101000000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,159,115); }

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

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

 a { background-color: rgb(107,159,115); }

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

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

 span { border-color: rgb(107,159,115); }

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