#6BA475

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

Shades of Oxley #6BA475

Tints of Oxley #6BA475

Color information

#6BA475 (or 0x6BA475) is unknown color: approx Oxley. HEX triplet: 6B, A4 and 75. RGB value is (107,164,117). Sum of RGB (Red+Green+Blue) = 107+164+117=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA475 is #945B8A. Grayscale: #8D8D8D. Windows color (decimal): -9722763 or 7709803. OLE color: 7709803.

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

Color convert

RGB107164117-
CMYK0.3500.290.36
HSL130.53º23.85%53.14%-
HSV(B)130.53º34.76%64.31%-
XYZ22.5530.9621.62-
YUV141.6114.12103.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=27.58%
G=42.27%
B=30.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071641170.3500.290.36130.5323.8553.14
Hex6BA4752301D24831835
Octal15324416543035442033065
Binary11010111010010011101011000110111011001001000001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,164,117); }

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

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

 a { background-color: rgb(107,164,117); }

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

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

 span { border-color: rgb(107,164,117); }

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