#6CA480

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

Shades of Oxley #6CA480

Tints of Oxley #6CA480

Color information

#6CA480 (or 0x6CA480) is unknown color: approx Oxley. HEX triplet: 6C, A4 and 80. RGB value is (108,164,128). Sum of RGB (Red+Green+Blue) = 108+164+128=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA480 is #935B7F. Grayscale: #8F8F8F. Windows color (decimal): -9657216 or 8430700. OLE color: 8430700.

HSL color Cylindrical-coordinate representation of color #6CA480: hue angle of 141.43º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA480 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB108164128-
CMYK0.3400.220.36
HSL141.43º23.53%53.33%-
HSV(B)141.43º34.15%64.31%-
XYZ23.3631.325.23-
YUV143.15119.45102.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 128 (50.39% from 255) = 32%
R=27%
G=41%
B=32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641280.3400.220.36141.4323.5353.33
Hex6CA48022016248d1835
Octal15424420042026442153065
Binary110110010100100100000001000100101101001001000110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,128); }

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

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

 a { background-color: rgb(108,164,128); }

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

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

 span { border-color: rgb(108,164,128); }

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