Html Css Color HEX #7EBD89 Bay Leaf

📋 copy color: '#7EBD89'

red 126 ◦ green 189 ◦ blue 137

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

Shades of Bay Leaf #7EBD89

Tints of Bay Leaf #7EBD89

RGB

 RED value IS 126 (49.61% from 255) = 27.88%

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 27.88%
G = 41.81%
B = 30.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#7EBD89 (or 0x7EBD89) is known color: Bay Leaf. HEX triplet: 7E, BD and 89. RGB value is (126,189,137). Sum of RGB (Red+Green+Blue) = 126+189+137=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD89 is #814276. Grayscale: #A4A4A4. Windows color (decimal): -8471159 or 9026942. OLE color: 9026942.

HSL color Cylindrical-coordinate representation of color #7EBD89: hue angle of 130.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBD89 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 137 -
CMYK 0.33 0 0.28 0.26
HSL 130.48º 0.32% 0.62% -
HSV(B) 130.48º 0.33% 0.74% -
XYZ 31.32 42.64 30.25 -
YUV 164.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 126 189 137 0.33 0 0.28 0.26 130.48 0.32 0.62
Hex 7E BD 89 21 0 1C 1A 82 20 3E
Octal 176 275 211 41 0 34 32 202 40 76
Binary 1111110 10111101 10001001 100001 0 11100 11010 10000010 100000 111110

Color Harmonies of #7EBD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD89

Black with #7EBD89

Text Example


Text Example

White with #7EBD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,137); }

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

background-color css

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

 a { background-color: rgb(126,189,137); }

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

border-color css

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

 span { border-color: rgb(126,189,137); }

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