Html Css Color HEX #7CA381 Envy

📋 copy color: '#7CA381'

red 124 ◦ green 163 ◦ blue 129

#7CA381
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #7CA381

Tints of Envy #7CA381

RGB

 RED value IS 124 (48.83% from 255) = 29.81%

 GREEN value IS 163 (64.06% from 255) = 39.18%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 29.81%
G = 39.18%
B = 31.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#7CA381 (or 0x7CA381) is known color: Envy. HEX triplet: 7C, A3 and 81. RGB value is (124,163,129). Sum of RGB (Red+Green+Blue) = 124+163+129=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA381 is #835C7E. Grayscale: #939393. Windows color (decimal): -8608895 or 8495996. OLE color: 8495996.

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

Color convert

RGB 124 163 129 -
CMYK 0.24 0 0.21 0.36
HSL 127.69º 0.17% 0.56% -
HSV(B) 127.69º 0.24% 0.64% -
XYZ 25.37 32.06 25.62 -
YUV 147.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 124 163 129 0.24 0 0.21 0.36 127.69 0.17 0.56
Hex 7C A3 81 18 0 15 24 80 11 38
Octal 174 243 201 30 0 25 44 200 21 70
Binary 1111100 10100011 10000001 11000 0 10101 100100 10000000 10001 111000

Color Harmonies of #7CA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA381

Black with #7CA381

Text Example


Text Example

White with #7CA381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,163,129); }

 H1.HeaderClassName
 {
   color: #7CA381;
 }
 .AnyTagClassName
 {
   color: #7CA381;
 }
</style>

background-color css

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

 a { background-color: rgb(124,163,129); }

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

border-color css

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

 span { border-color: rgb(124,163,129); }

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