#6CA17C

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

Shades of Oxley #6CA17C

Tints of Oxley #6CA17C

Color information

#6CA17C (or 0x6CA17C) is unknown color: approx Oxley. HEX triplet: 6C, A1 and 7C. RGB value is (108,161,124). Sum of RGB (Red+Green+Blue) = 108+161+124=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA17C is #935E83. Grayscale: #8D8D8D. Windows color (decimal): -9657988 or 8167788. OLE color: 8167788.

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

Color convert

RGB108161124-
CMYK0.3300.230.37
HSL138.11º21.99%52.75%-
HSV(B)138.11º32.92%63.14%-
XYZ22.5730.1323.7-
YUV140.94118.44104.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.48%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=27.48%
G=40.97%
B=31.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611240.3300.230.37138.1121.9952.75
Hex6CA17C21017258a1635
Octal15424117441027452122665
Binary11011001010000111111001000010101111001011000101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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