Html Css Color HEX #7EBF90 Bay Leaf

📋 copy color: '#7EBF90'

red 126 ◦ green 191 ◦ blue 144

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

Shades of Bay Leaf #7EBF90

Tints of Bay Leaf #7EBF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 27.33%
G = 41.43%
B = 31.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#7EBF90 (or 0x7EBF90) is known color: Bay Leaf. HEX triplet: 7E, BF and 90. RGB value is (126,191,144). Sum of RGB (Red+Green+Blue) = 126+191+144=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF90 is #81406F. Grayscale: #A6A6A6. Windows color (decimal): -8470640 or 9486206. OLE color: 9486206.

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

Color convert

RGB 126 191 144 -
CMYK 0.34 0 0.25 0.25
HSL 136.62º 0.34% 0.62% -
HSV(B) 136.62º 0.34% 0.75% -
XYZ 32.27 43.71 33.12 -
YUV 166.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 126 191 144 0.34 0 0.25 0.25 136.62 0.34 0.62
Hex 7E BF 90 22 0 19 19 89 22 3E
Octal 176 277 220 42 0 31 31 211 42 76
Binary 1111110 10111111 10010000 100010 0 11001 11001 10001001 100010 111110

Color Harmonies of #7EBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBF90

Black with #7EBF90

Text Example


Text Example

White with #7EBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,191,144); }

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

background-color css

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

 a { background-color: rgb(126,191,144); }

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

border-color css

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

 span { border-color: rgb(126,191,144); }

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