Html Css Color HEX #7DBE8D Bay Leaf

📋 copy color: '#7DBE8D'

red 125 ◦ green 190 ◦ blue 141

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

Shades of Bay Leaf #7DBE8D

Tints of Bay Leaf #7DBE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 27.41%
G = 41.67%
B = 30.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#7DBE8D (or 0x7DBE8D) is known color: Bay Leaf. HEX triplet: 7D, BE and 8D. RGB value is (125,190,141). Sum of RGB (Red+Green+Blue) = 125+190+141=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE8D is #824172. Grayscale: #A5A5A5. Windows color (decimal): -8536435 or 9289341. OLE color: 9289341.

HSL color Cylindrical-coordinate representation of color #7DBE8D: hue angle of 134.77º 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 #7DBE8D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 190 141 -
CMYK 0.34 0 0.26 0.25
HSL 134.77º 0.33% 0.62% -
HSV(B) 134.77º 0.34% 0.75% -
XYZ 31.68 43.11 31.85 -
YUV 164.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 125 190 141 0.34 0 0.26 0.25 134.77 0.33 0.62
Hex 7D BE 8D 22 0 1A 19 87 21 3E
Octal 175 276 215 42 0 32 31 207 41 76
Binary 1111101 10111110 10001101 100010 0 11010 11001 10000111 100001 111110

Color Harmonies of #7DBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE8D

Black with #7DBE8D

Text Example


Text Example

White with #7DBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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