#6CA17F

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

Shades of Oxley #6CA17F

Tints of Oxley #6CA17F

Color information

#6CA17F (or 0x6CA17F) is unknown color: approx Oxley. HEX triplet: 6C, A1 and 7F. RGB value is (108,161,127). Sum of RGB (Red+Green+Blue) = 108+161+127=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA17F is #935E80. Grayscale: #8D8D8D. Windows color (decimal): -9657985 or 8364396. OLE color: 8364396.

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

Color convert

RGB108161127-
CMYK0.3300.210.37
HSL141.51º21.99%52.75%-
HSV(B)141.51º32.92%63.14%-
XYZ22.7630.2124.71-
YUV141.28119.94104.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.27%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 127 (50% from 255) = 32.07%
R=27.27%
G=40.66%
B=32.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611270.3300.210.37141.5121.9952.75
Hex6CA17F21015258e1635
Octal15424117741025452162665
Binary11011001010000111111111000010101011001011000111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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