#6CA17E

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

Shades of Oxley #6CA17E

Tints of Oxley #6CA17E

Color information

#6CA17E (or 0x6CA17E) is unknown color: approx Oxley. HEX triplet: 6C, A1 and 7E. RGB value is (108,161,126). Sum of RGB (Red+Green+Blue) = 108+161+126=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA17E is #935E81. Grayscale: #8D8D8D. Windows color (decimal): -9657986 or 8298860. OLE color: 8298860.

HSL color Cylindrical-coordinate representation of color #6CA17E: hue angle of 140.38º 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 #6CA17E is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB108161126-
CMYK0.3300.220.37
HSL140.38º21.99%52.75%-
HSV(B)140.38º32.92%63.14%-
XYZ22.730.1824.37-
YUV141.16119.44104.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.34%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=27.34%
G=40.76%
B=31.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611260.3300.220.37140.3821.9952.75
Hex6CA17E21016258c1635
Octal15424117641026452142665
Binary11011001010000111111101000010101101001011000110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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