#6BA472

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

Shades of Oxley #6BA472

Tints of Oxley #6BA472

Color information

#6BA472 (or 0x6BA472) is unknown color: approx Oxley. HEX triplet: 6B, A4 and 72. RGB value is (107,164,114). Sum of RGB (Red+Green+Blue) = 107+164+114=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA472 is #945B8D. Grayscale: #8D8D8D. Windows color (decimal): -9722766 or 7513195. OLE color: 7513195.

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

Color convert

RGB107164114-
CMYK0.3500.300.36
HSL127.37º23.85%53.14%-
HSV(B)127.37º34.76%64.31%-
XYZ22.3830.8920.7-
YUV141.26112.62103.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=27.79%
G=42.60%
B=29.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071641140.3500.300.36127.3723.8553.14
Hex6BA4722301E247f1835
Octal15324416243036441773065
Binary1101011101001001110010100011011110100100111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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