#6b9f83

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

Shades of Oxley #6B9F83

Tints of Oxley #6B9F83

Color information

#6B9F83 (or 0x6B9F83) is unknown color: approx Oxley. HEX triplet: 6B, 9F and 83. RGB value is (107,159,131). Sum of RGB (Red+Green+Blue) = 107+159+131=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #6B9F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9F83 is #94607C. Grayscale: #8C8C8C. Windows color (decimal): -9724029 or 8626027. OLE color: 8626027.

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

Color convert

RGB107159131-
CMYK0.3300.180.38
HSL147.69º21.31%52.16%-
HSV(B)147.69º32.7%62.35%-
XYZ22.5629.5625.99-
YUV140.26122.77104.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=26.95%
G=40.05%
B=33.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071591310.3300.180.38147.6921.3152.16
Hex6B9F832101226941534
Octal15323720341022462242564
Binary110101110011111100000111000010100101001101001010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b9f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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