#6CA671

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

Shades of Oxley #6CA671

Tints of Oxley #6CA671

Color information

#6CA671 (or 0x6CA671) is unknown color: approx Oxley. HEX triplet: 6C, A6 and 71. RGB value is (108,166,113). Sum of RGB (Red+Green+Blue) = 108+166+113=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA671 is #93598E. Grayscale: #8E8E8E. Windows color (decimal): -9656719 or 7448172. OLE color: 7448172.

HSL color Cylindrical-coordinate representation of color #6CA671: hue angle of 125.17º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA671 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB108166113-
CMYK0.3500.320.35
HSL125.17º24.58%53.73%-
HSV(B)125.17º34.94%65.1%-
XYZ22.831.6520.53-
YUV142.62111.28103.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.91%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=27.91%
G=42.89%
B=29.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081661130.3500.320.35125.1724.5853.73
Hex6CA67123020237d1936
Octal15424616143040431753166
Binary11011001010011011100011000110100000100011111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,113); }

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

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

 a { background-color: rgb(108,166,113); }

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

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

 span { border-color: rgb(108,166,113); }

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