Html Css Color HEX #7CA283 Envy

📋 copy color: '#7CA283'

red 124 ◦ green 162 ◦ blue 131

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

Shades of Envy #7CA283

Tints of Envy #7CA283

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 29.74%
G = 38.85%
B = 31.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#7CA283 (or 0x7CA283) is known color: Envy. HEX triplet: 7C, A2 and 83. RGB value is (124,162,131). Sum of RGB (Red+Green+Blue) = 124+162+131=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA283 is #835D7C. Grayscale: #939393. Windows color (decimal): -8609149 or 8626812. OLE color: 8626812.

HSL color Cylindrical-coordinate representation of color #7CA283: hue angle of 131.05º 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 #7CA283 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 162 131 -
CMYK 0.23 0 0.19 0.36
HSL 131.05º 0.17% 0.56% -
HSV(B) 131.05º 0.23% 0.64% -
XYZ 25.33 31.76 26.27 -
YUV 147.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 124 162 131 0.23 0 0.19 0.36 131.05 0.17 0.56
Hex 7C A2 83 17 0 13 24 83 11 38
Octal 174 242 203 27 0 23 44 203 21 70
Binary 1111100 10100010 10000011 10111 0 10011 100100 10000011 10001 111000

Color Harmonies of #7CA283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA283

Black with #7CA283

Text Example


Text Example

White with #7CA283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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