#7CA180

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

Shades of Oxley #7CA180

Tints of Oxley #7CA180

Color information

#7CA180 (or 0x7CA180) is unknown color: approx Oxley. HEX triplet: 7C, A1 and 80. RGB value is (124,161,128). Sum of RGB (Red+Green+Blue) = 124+161+128=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA180 is #835E7F. Grayscale: #929292. Windows color (decimal): -8609408 or 8429948. OLE color: 8429948.

HSL color Cylindrical-coordinate representation of color #7CA180: hue angle of 126.49º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA180 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB124161128-
CMYK0.2300.200.37
HSL126.49º16.44%55.88%-
HSV(B)126.49º22.98%63.14%-
XYZ24.9531.3325.15-
YUV146.18117.74112.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=30.02%
G=38.98%
B=30.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241611280.2300.200.37126.4916.4455.88
Hex7CA18017014257e1038
Octal17424120027024451762070
Binary1111100101000011000000010111010100100101111111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA180; }

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

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

<style>
 a { background-color: #7CA180; }

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

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

<style>
 span { border-color: #7CA180; }

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

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