#6BAB7A

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

Shades of Oxley #6BAB7A

Tints of Oxley #6BAB7A

Color information

#6BAB7A (or 0x6BAB7A) is unknown color: approx Oxley. HEX triplet: 6B, AB and 7A. RGB value is (107,171,122). Sum of RGB (Red+Green+Blue) = 107+171+122=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB7A is #945485. Grayscale: #929292. Windows color (decimal): -9720966 or 8039275. OLE color: 8039275.

HSL color Cylindrical-coordinate representation of color #6BAB7A: hue angle of 134.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB7A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB107171122-
CMYK0.3700.290.33
HSL134.06º27.59%54.51%-
HSV(B)134.06º37.43%67.06%-
XYZ24.1433.6623.64-
YUV146.28114.399.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=26.75%
G=42.75%
B=30.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711220.3700.290.33134.0627.5954.51
Hex6BAB7A2501D21861c37
Octal15325317245035412063467
Binary11010111010101111110101001010111011000011000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,122); }

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

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

 a { background-color: rgb(107,171,122); }

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

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

 span { border-color: rgb(107,171,122); }

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