Html Css Color HEX #7DB07E Envy

📋 copy color: '#7DB07E'

red 125 ◦ green 176 ◦ blue 126

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

Shades of Envy #7DB07E

Tints of Envy #7DB07E

RGB

 RED value IS 125 (49.22% from 255) = 29.27%

 GREEN value IS 176 (69.14% from 255) = 41.22%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 29.27%
G = 41.22%
B = 29.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#7DB07E (or 0x7DB07E) is known color: Envy. HEX triplet: 7D, B0 and 7E. RGB value is (125,176,126). Sum of RGB (Red+Green+Blue) = 125+176+126=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB07E is #824F81. Grayscale: #9B9B9B. Windows color (decimal): -8540034 or 8302717. OLE color: 8302717.

HSL color Cylindrical-coordinate representation of color #7DB07E: 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 #7DB07E is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 126 -
CMYK 0.29 0 0.28 0.31
HSL 121.18º 0.24% 0.59% -
HSV(B) 121.18º 0.29% 0.69% -
XYZ 27.75 36.92 25.4 -
YUV 155.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 125 176 126 0.29 0 0.28 0.31 121.18 0.24 0.59
Hex 7D B0 7E 1D 0 1C 1F 79 18 3B
Octal 175 260 176 35 0 34 37 171 30 73
Binary 1111101 10110000 1111110 11101 0 11100 11111 1111001 11000 111011

Color Harmonies of #7DB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB07E

Black with #7DB07E

Text Example


Text Example

White with #7DB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,126); }

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

background-color css

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

 a { background-color: rgb(125,176,126); }

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

border-color css

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

 span { border-color: rgb(125,176,126); }

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