#6AB07C

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

Shades of Oxley #6AB07C

Tints of Oxley #6AB07C

Color information

#6AB07C (or 0x6AB07C) is unknown color: approx Oxley. HEX triplet: 6A, B0 and 7C. RGB value is (106,176,124). Sum of RGB (Red+Green+Blue) = 106+176+124=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB07C is #954F83. Grayscale: #959595. Windows color (decimal): -9785220 or 8171626. OLE color: 8171626.

HSL color Cylindrical-coordinate representation of color #6AB07C: hue angle of 135.43º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB07C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB106176124-
CMYK0.4000.300.31
HSL135.43º30.7%55.29%-
HSV(B)135.43º39.77%69.02%-
XYZ25.1135.5724.61-
YUV149.14113.8197.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=26.11%
G=43.35%
B=30.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761240.4000.300.31135.4330.755.29
Hex6AB07C2801E1F871f37
Octal15226017450036372073767
Binary1101010101100001111100101000011110111111000011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,176,124); }

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

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

 a { background-color: rgb(106,176,124); }

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

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

 span { border-color: rgb(106,176,124); }

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