#6CAC7F

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

Shades of Oxley #6CAC7F

Tints of Oxley #6CAC7F

Color information

#6CAC7F (or 0x6CAC7F) is unknown color: approx Oxley. HEX triplet: 6C, AC and 7F. RGB value is (108,172,127). Sum of RGB (Red+Green+Blue) = 108+172+127=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAC7F is #935380. Grayscale: #939393. Windows color (decimal): -9655169 or 8367212. OLE color: 8367212.

HSL color Cylindrical-coordinate representation of color #6CAC7F: hue angle of 137.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAC7F is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB108172127-
CMYK0.3700.260.33
HSL137.81º27.83%54.9%-
HSV(B)137.81º37.21%67.45%-
XYZ24.7734.2325.38-
YUV147.73116.399.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 127 (50% from 255) = 31.20%
R=26.54%
G=42.26%
B=31.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081721270.3700.260.33137.8127.8354.9
Hex6CAC7F2501A218a1c37
Octal15425417745032412123467
Binary11011001010110011111111001010110101000011000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,127); }

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

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

 a { background-color: rgb(108,172,127); }

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

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

 span { border-color: rgb(108,172,127); }

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