#7CA282

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

Shades of Envy #7CA282

Tints of Envy #7CA282

Color information

#7CA282 (or 0x7CA282) is unknown color: approx Envy. HEX triplet: 7C, A2 and 82. RGB value is (124,162,130). Sum of RGB (Red+Green+Blue) = 124+162+130=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA282 is #835D7D. Grayscale: #939393. Windows color (decimal): -8609150 or 8561276. OLE color: 8561276.

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

Color convert

RGB124162130-
CMYK0.2300.200.36
HSL129.47º16.96%56.08%-
HSV(B)129.47º23.46%63.53%-
XYZ25.2631.7425.91-
YUV146.99118.41111.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=29.81%
G=38.94%
B=31.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241621300.2300.200.36129.4716.9656.08
Hex7CA2821701424811138
Octal17424220227024442012170
Binary11111001010001010000010101110101001001001000000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,162,130); }

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

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

 a { background-color: rgb(124,162,130); }

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

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

 span { border-color: rgb(124,162,130); }

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