Html Css Color HEX #7DBE8B Bay Leaf

📋 copy color: '#7DBE8B'

red 125 ◦ green 190 ◦ blue 139

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

Shades of Bay Leaf #7DBE8B

Tints of Bay Leaf #7DBE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 27.53%
G = 41.85%
B = 30.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#7DBE8B (or 0x7DBE8B) is known color: Bay Leaf. HEX triplet: 7D, BE and 8B. RGB value is (125,190,139). Sum of RGB (Red+Green+Blue) = 125+190+139=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE8B is #824174. Grayscale: #A4A4A4. Windows color (decimal): -8536437 or 9158269. OLE color: 9158269.

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

Color convert

RGB 125 190 139 -
CMYK 0.34 0 0.27 0.25
HSL 132.92º 0.33% 0.62% -
HSV(B) 132.92º 0.34% 0.75% -
XYZ 31.53 43.05 31.07 -
YUV 164.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 125 190 139 0.34 0 0.27 0.25 132.92 0.33 0.62
Hex 7D BE 8B 22 0 1B 19 85 21 3E
Octal 175 276 213 42 0 33 31 205 41 76
Binary 1111101 10111110 10001011 100010 0 11011 11001 10000101 100001 111110

Color Harmonies of #7DBE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE8B

Black with #7DBE8B

Text Example


Text Example

White with #7DBE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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