Html Css Color HEX #7FB291 Bay Leaf

📋 copy color: '#7FB291'

red 127 ◦ green 178 ◦ blue 145

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

Shades of Bay Leaf #7FB291

Tints of Bay Leaf #7FB291

RGB

 RED value IS 127 (50% from 255) = 28.22%

 GREEN value IS 178 (69.92% from 255) = 39.56%

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

R = 28.22%
G = 39.56%
B = 32.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#7FB291 (or 0x7FB291) is known color: Bay Leaf. HEX triplet: 7F, B2 and 91. RGB value is (127,178,145). Sum of RGB (Red+Green+Blue) = 127+178+145=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB291 is #804D6E. Grayscale: #9F9F9F. Windows color (decimal): -8408431 or 9548415. OLE color: 9548415.

HSL color Cylindrical-coordinate representation of color #7FB291: hue angle of 141.18º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB291 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 178 145 -
CMYK 0.29 0 0.19 0.30
HSL 141.18º 0.25% 0.6% -
HSV(B) 141.18º 0.29% 0.7% -
XYZ 29.78 38.4 32.63 -
YUV 158.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 127 178 145 0.29 0 0.19 0.30 141.18 0.25 0.6
Hex 7F B2 91 1D 0 13 1E 8D 19 3C
Octal 177 262 221 35 0 23 36 215 31 74
Binary 1111111 10110010 10010001 11101 0 10011 11110 10001101 11001 111100

Color Harmonies of #7FB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB291

Black with #7FB291

Text Example


Text Example

White with #7FB291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,178,145); }

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

background-color css

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

 a { background-color: rgb(127,178,145); }

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

border-color css

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

 span { border-color: rgb(127,178,145); }

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