#6CA07C

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

Shades of Oxley #6CA07C

Tints of Oxley #6CA07C

Color information

#6CA07C (or 0x6CA07C) is unknown color: approx Oxley. HEX triplet: 6C, A0 and 7C. RGB value is (108,160,124). Sum of RGB (Red+Green+Blue) = 108+160+124=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA07C is #935F83. Grayscale: #8C8C8C. Windows color (decimal): -9658244 or 8167532. OLE color: 8167532.

HSL color Cylindrical-coordinate representation of color #6CA07C: hue angle of 138.46º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6CA07C is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB108160124-
CMYK0.3200.220.37
HSL138.46º21.49%52.55%-
HSV(B)138.46º32.5%62.75%-
XYZ22.3929.7823.64-
YUV140.35118.77104.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 160 (62.89% from 255) = 40.82%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=27.55%
G=40.82%
B=31.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081601240.3200.220.37138.4621.4952.55
Hex6CA07C20016258a1535
Octal15424017440026452122565
Binary11011001010000011111001000000101101001011000101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,160,124); }

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

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

 a { background-color: rgb(108,160,124); }

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

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

 span { border-color: rgb(108,160,124); }

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