#6BA280

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

Shades of Oxley #6BA280

Tints of Oxley #6BA280

Color information

#6BA280 (or 0x6BA280) is unknown color: approx Oxley. HEX triplet: 6B, A2 and 80. RGB value is (107,162,128). Sum of RGB (Red+Green+Blue) = 107+162+128=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA280 is #945D7F. Grayscale: #8D8D8D. Windows color (decimal): -9723264 or 8430187. OLE color: 8430187.

HSL color Cylindrical-coordinate representation of color #6BA280: hue angle of 142.91º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA280 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB107162128-
CMYK0.3400.210.36
HSL142.91º22.82%52.75%-
HSV(B)142.91º33.95%63.53%-
XYZ22.8830.5225.11-
YUV141.68120.28103.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=26.95%
G=40.81%
B=32.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071621280.3400.210.36142.9122.8252.75
Hex6BA28022015248f1735
Octal15324220042025442172765
Binary110101110100010100000001000100101011001001000111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,128); }

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

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

 a { background-color: rgb(107,162,128); }

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

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

 span { border-color: rgb(107,162,128); }

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