Html Css Color HEX #7DC090 Bay Leaf

📋 copy color: '#7DC090'

red 125 ◦ green 192 ◦ blue 144

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

Shades of Bay Leaf #7DC090

Tints of Bay Leaf #7DC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

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

R = 27.11%
G = 41.65%
B = 31.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#7DC090 (or 0x7DC090) is known color: Bay Leaf. HEX triplet: 7D, C0 and 90. RGB value is (125,192,144). Sum of RGB (Red+Green+Blue) = 125+192+144=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC090 is #823F6F. Grayscale: #A6A6A6. Windows color (decimal): -8535920 or 9486461. OLE color: 9486461.

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

Color convert

RGB 125 192 144 -
CMYK 0.35 0 0.25 0.25
HSL 137.01º 0.35% 0.62% -
HSV(B) 137.01º 0.35% 0.75% -
XYZ 32.34 44.07 33.19 -
YUV 166.5 115.3 98.4 -
System Red Green Blue C M Y K H S L
Decimal 125 192 144 0.35 0 0.25 0.25 137.01 0.35 0.62
Hex 7D C0 90 23 0 19 19 89 23 3E
Octal 175 300 220 43 0 31 31 211 43 76
Binary 1111101 11000000 10010000 100011 0 11001 11001 10001001 100011 111110

Color Harmonies of #7DC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC090

Black with #7DC090

Text Example


Text Example

White with #7DC090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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