#6CA170

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

Shades of Oxley #6CA170

Tints of Oxley #6CA170

Color information

#6CA170 (or 0x6CA170) is unknown color: approx Oxley. HEX triplet: 6C, A1 and 70. RGB value is (108,161,112). Sum of RGB (Red+Green+Blue) = 108+161+112=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA170 is #935E8F. Grayscale: #8B8B8B. Windows color (decimal): -9658000 or 7381356. OLE color: 7381356.

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

Color convert

RGB108161112-
CMYK0.3300.300.37
HSL124.53º21.99%52.75%-
HSV(B)124.53º32.92%63.14%-
XYZ21.8529.8519.94-
YUV139.57112.44105.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=28.35%
G=42.26%
B=29.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611120.3300.300.37124.5321.9952.75
Hex6CA1702101E257d1635
Octal15424116041036451752665
Binary1101100101000011110000100001011110100101111110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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