#6BA976

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

Shades of Oxley #6BA976

Tints of Oxley #6BA976

Color information

#6BA976 (or 0x6BA976) is unknown color: approx Oxley. HEX triplet: 6B, A9 and 76. RGB value is (107,169,118). Sum of RGB (Red+Green+Blue) = 107+169+118=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA976 is #945689. Grayscale: #909090. Windows color (decimal): -9721482 or 7776619. OLE color: 7776619.

HSL color Cylindrical-coordinate representation of color #6BA976: hue angle of 130.65º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA976 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB107169118-
CMYK0.3700.300.34
HSL130.65º26.5%54.12%-
HSV(B)130.65º36.69%66.27%-
XYZ23.5232.8122.23-
YUV144.65112.96101.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.16%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=27.16%
G=42.89%
B=29.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1071691180.3700.300.34130.6526.554.12
Hex6BA9762501E22831a36
Octal15325116645036422033266
Binary11010111010100111101101001010111101000101000001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,169,118); }

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

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

 a { background-color: rgb(107,169,118); }

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

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

 span { border-color: rgb(107,169,118); }

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