#6BA379

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

Shades of Oxley #6BA379

Tints of Oxley #6BA379

Color information

#6BA379 (or 0x6BA379) is unknown color: approx Oxley. HEX triplet: 6B, A3 and 79. RGB value is (107,163,121). Sum of RGB (Red+Green+Blue) = 107+163+121=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA379 is #945C86. Grayscale: #8D8D8D. Windows color (decimal): -9723015 or 7971691. OLE color: 7971691.

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

Color convert

RGB107163121-
CMYK0.3400.260.36
HSL135º23.33%52.94%-
HSV(B)135º34.36%63.92%-
XYZ22.6130.722.82-
YUV141.47116.45103.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=27.37%
G=41.69%
B=30.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071631210.3400.260.3613523.3352.94
Hex6BA3792201A24871735
Octal15324317142032442072765
Binary11010111010001111110011000100110101001001000011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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