#6BA370

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

Shades of Oxley #6BA370

Tints of Oxley #6BA370

Color information

#6BA370 (or 0x6BA370) is unknown color: approx Oxley. HEX triplet: 6B, A3 and 70. RGB value is (107,163,112). Sum of RGB (Red+Green+Blue) = 107+163+112=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA370 is #945C8F. Grayscale: #8C8C8C. Windows color (decimal): -9723024 or 7381867. OLE color: 7381867.

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

Color convert

RGB107163112-
CMYK0.3400.310.36
HSL125.36º23.33%52.94%-
HSV(B)125.36º34.36%63.92%-
XYZ22.0930.4920.05-
YUV140.44111.95104.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.01%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=28.01%
G=42.67%
B=29.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071631120.3400.310.36125.3623.3352.94
Hex6BA3702201F247d1735
Octal15324316042037441752765
Binary1101011101000111110000100010011111100100111110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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