Html Css Color HEX #7DBF8D Bay Leaf

📋 copy color: '#7DBF8D'

red 125 ◦ green 191 ◦ blue 141

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

Shades of Bay Leaf #7DBF8D

Tints of Bay Leaf #7DBF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

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

R = 27.35%
G = 41.79%
B = 30.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#7DBF8D (or 0x7DBF8D) is known color: Bay Leaf. HEX triplet: 7D, BF and 8D. RGB value is (125,191,141). Sum of RGB (Red+Green+Blue) = 125+191+141=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF8D is #824072. Grayscale: #A5A5A5. Windows color (decimal): -8536179 or 9289597. OLE color: 9289597.

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

Color convert

RGB 125 191 141 -
CMYK 0.35 0 0.26 0.25
HSL 134.55º 0.34% 0.62% -
HSV(B) 134.55º 0.35% 0.75% -
XYZ 31.9 43.54 31.92 -
YUV 165.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 125 191 141 0.35 0 0.26 0.25 134.55 0.34 0.62
Hex 7D BF 8D 23 0 1A 19 87 22 3E
Octal 175 277 215 43 0 32 31 207 42 76
Binary 1111101 10111111 10001101 100011 0 11010 11001 10000111 100010 111110

Color Harmonies of #7DBF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF8D

Black with #7DBF8D

Text Example


Text Example

White with #7DBF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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