#6BA471

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

Shades of Oxley #6BA471

Tints of Oxley #6BA471

Color information

#6BA471 (or 0x6BA471) is unknown color: approx Oxley. HEX triplet: 6B, A4 and 71. RGB value is (107,164,113). Sum of RGB (Red+Green+Blue) = 107+164+113=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA471 is #945B8E. Grayscale: #8D8D8D. Windows color (decimal): -9722767 or 7447659. OLE color: 7447659.

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

Color convert

RGB107164113-
CMYK0.3500.310.36
HSL126.32º23.85%53.14%-
HSV(B)126.32º34.76%64.31%-
XYZ22.3230.8720.4-
YUV141.14112.12103.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=27.86%
G=42.71%
B=29.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071641130.3500.310.36126.3223.8553.14
Hex6BA4712301F247e1835
Octal15324416143037441763065
Binary1101011101001001110001100011011111100100111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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