Html Css Color HEX #7DBE90 Bay Leaf

📋 copy color: '#7DBE90'

red 125 ◦ green 190 ◦ blue 144

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

Shades of Bay Leaf #7DBE90

Tints of Bay Leaf #7DBE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 27.23%
G = 41.39%
B = 31.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#7DBE90 (or 0x7DBE90) is known color: Bay Leaf. HEX triplet: 7D, BE and 90. RGB value is (125,190,144). Sum of RGB (Red+Green+Blue) = 125+190+144=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE90 is #82416F. Grayscale: #A5A5A5. Windows color (decimal): -8536432 or 9485949. OLE color: 9485949.

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

Color convert

RGB 125 190 144 -
CMYK 0.34 0 0.24 0.25
HSL 137.54º 0.33% 0.62% -
HSV(B) 137.54º 0.34% 0.75% -
XYZ 31.9 43.2 33.04 -
YUV 165.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 125 190 144 0.34 0 0.24 0.25 137.54 0.33 0.62
Hex 7D BE 90 22 0 18 19 8A 21 3E
Octal 175 276 220 42 0 30 31 212 41 76
Binary 1111101 10111110 10010000 100010 0 11000 11001 10001010 100001 111110

Color Harmonies of #7DBE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE90

Black with #7DBE90

Text Example


Text Example

White with #7DBE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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