Html Css Color HEX #7EBD91 Bay Leaf

📋 copy color: '#7EBD91'

red 126 ◦ green 189 ◦ blue 145

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

Shades of Bay Leaf #7EBD91

Tints of Bay Leaf #7EBD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 27.39%
G = 41.09%
B = 31.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#7EBD91 (or 0x7EBD91) is known color: Bay Leaf. HEX triplet: 7E, BD and 91. RGB value is (126,189,145). Sum of RGB (Red+Green+Blue) = 126+189+145=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD91 is #81426E. Grayscale: #A5A5A5. Windows color (decimal): -8471151 or 9551230. OLE color: 9551230.

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

Color convert

RGB 126 189 145 -
CMYK 0.33 0 0.23 0.26
HSL 138.1º 0.32% 0.62% -
HSV(B) 138.1º 0.33% 0.74% -
XYZ 31.91 42.88 33.38 -
YUV 165.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 126 189 145 0.33 0 0.23 0.26 138.1 0.32 0.62
Hex 7E BD 91 21 0 17 1A 8A 20 3E
Octal 176 275 221 41 0 27 32 212 40 76
Binary 1111110 10111101 10010001 100001 0 10111 11010 10001010 100000 111110

Color Harmonies of #7EBD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD91

Black with #7EBD91

Text Example


Text Example

White with #7EBD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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