Html Css Color HEX #7CAF7D Envy

📋 copy color: '#7CAF7D'

red 124 ◦ green 175 ◦ blue 125

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

Shades of Envy #7CAF7D

Tints of Envy #7CAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.27%

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 29.25%
G = 41.27%
B = 29.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#7CAF7D (or 0x7CAF7D) is known color: Envy. HEX triplet: 7C, AF and 7D. RGB value is (124,175,125). Sum of RGB (Red+Green+Blue) = 124+175+125=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF7D is #835082. Grayscale: #9A9A9A. Windows color (decimal): -8605827 or 8236924. OLE color: 8236924.

HSL color Cylindrical-coordinate representation of color #7CAF7D: hue angle of 121.18º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAF7D is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 125 -
CMYK 0.29 0 0.29 0.31
HSL 121.18º 0.24% 0.59% -
HSV(B) 121.18º 0.29% 0.69% -
XYZ 27.34 36.43 24.99 -
YUV 154.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 124 175 125 0.29 0 0.29 0.31 121.18 0.24 0.59
Hex 7C AF 7D 1D 0 1D 1F 79 18 3B
Octal 174 257 175 35 0 35 37 171 30 73
Binary 1111100 10101111 1111101 11101 0 11101 11111 1111001 11000 111011

Color Harmonies of #7CAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAF7D

Black with #7CAF7D

Text Example


Text Example

White with #7CAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,125); }

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

background-color css

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

 a { background-color: rgb(124,175,125); }

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

border-color css

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

 span { border-color: rgb(124,175,125); }

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