#6AA370

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

Shades of Oxley #6AA370

Tints of Oxley #6AA370

Color information

#6AA370 (or 0x6AA370) is unknown color: approx Oxley. HEX triplet: 6A, A3 and 70. RGB value is (106,163,112). Sum of RGB (Red+Green+Blue) = 106+163+112=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA370 is #955C8F. Grayscale: #8C8C8C. Windows color (decimal): -9788560 or 7381866. OLE color: 7381866.

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

Color convert

RGB106163112-
CMYK0.3500.310.36
HSL126.32º23.65%52.75%-
HSV(B)126.32º34.97%63.92%-
XYZ21.9730.4320.04-
YUV140.14112.12103.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=27.82%
G=42.78%
B=29.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061631120.3500.310.36126.3223.6552.75
Hex6AA3702301F247e1835
Octal15224316043037441763065
Binary1101010101000111110000100011011111100100111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,163,112); }

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

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

 a { background-color: rgb(106,163,112); }

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

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

 span { border-color: rgb(106,163,112); }

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