#6BA283

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

Shades of Oxley #6BA283

Tints of Oxley #6BA283

Color information

#6BA283 (or 0x6BA283) is unknown color: approx Oxley. HEX triplet: 6B, A2 and 83. RGB value is (107,162,131). Sum of RGB (Red+Green+Blue) = 107+162+131=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA283 is #945D7C. Grayscale: #8E8E8E. Windows color (decimal): -9723261 or 8626795. OLE color: 8626795.

HSL color Cylindrical-coordinate representation of color #6BA283: hue angle of 146.18º 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 #6BA283 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB107162131-
CMYK0.3400.190.36
HSL146.18º22.82%52.75%-
HSV(B)146.18º33.95%63.53%-
XYZ23.0830.6126.16-
YUV142.02121.78103.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=26.75%
G=40.5%
B=32.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071621310.3400.190.36146.1822.8252.75
Hex6BA2832201324921735
Octal15324220342023442222765
Binary110101110100010100000111000100100111001001001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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