Html Css Color HEX #7DC190 Bay Leaf

📋 copy color: '#7DC190'

red 125 ◦ green 193 ◦ blue 144

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

Shades of Bay Leaf #7DC190

Tints of Bay Leaf #7DC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.77%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 27.06%
G = 41.77%
B = 31.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#7DC190 (or 0x7DC190) is known color: Bay Leaf. HEX triplet: 7D, C1 and 90. RGB value is (125,193,144). Sum of RGB (Red+Green+Blue) = 125+193+144=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC190 is #823E6F. Grayscale: #A7A7A7. Windows color (decimal): -8535664 or 9486717. OLE color: 9486717.

HSL color Cylindrical-coordinate representation of color #7DC190: hue angle of 136.76º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC190 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 144 -
CMYK 0.35 0 0.25 0.24
HSL 136.76º 0.35% 0.62% -
HSV(B) 136.76º 0.35% 0.76% -
XYZ 32.56 44.51 33.26 -
YUV 167.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 125 193 144 0.35 0 0.25 0.24 136.76 0.35 0.62
Hex 7D C1 90 23 0 19 18 89 23 3E
Octal 175 301 220 43 0 31 30 211 43 76
Binary 1111101 11000001 10010000 100011 0 11001 11000 10001001 100011 111110

Color Harmonies of #7DC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC190

Black with #7DC190

Text Example


Text Example

White with #7DC190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,193,144); }

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

background-color css

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

 a { background-color: rgb(125,193,144); }

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

border-color css

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

 span { border-color: rgb(125,193,144); }

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