#6CAA7F

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

Shades of Oxley #6CAA7F

Tints of Oxley #6CAA7F

Color information

#6CAA7F (or 0x6CAA7F) is unknown color: approx Oxley. HEX triplet: 6C, AA and 7F. RGB value is (108,170,127). Sum of RGB (Red+Green+Blue) = 108+170+127=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA7F is #935580. Grayscale: #929292. Windows color (decimal): -9655681 or 8366700. OLE color: 8366700.

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

Color convert

RGB108170127-
CMYK0.3600.250.33
HSL138.39º26.72%54.51%-
HSV(B)138.39º36.47%66.67%-
XYZ24.3933.4725.25-
YUV146.56116.96100.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.67%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 127 (50% from 255) = 31.36%
R=26.67%
G=41.98%
B=31.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081701270.3600.250.33138.3926.7254.51
Hex6CAA7F24019218a1b37
Octal15425217744031412123367
Binary11011001010101011111111001000110011000011000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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