Html Css Color HEX #7FB891 Bay Leaf

📋 copy color: '#7FB891'

red 127 ◦ green 184 ◦ blue 145

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

Shades of Bay Leaf #7FB891

Tints of Bay Leaf #7FB891

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 27.85%
G = 40.35%
B = 31.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#7FB891 (or 0x7FB891) is known color: Bay Leaf. HEX triplet: 7F, B8 and 91. RGB value is (127,184,145). Sum of RGB (Red+Green+Blue) = 127+184+145=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB891 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB891 is #80476E. Grayscale: #A2A2A2. Windows color (decimal): -8406895 or 9549951. OLE color: 9549951.

HSL color Cylindrical-coordinate representation of color #7FB891: hue angle of 138.95º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB891 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 145 -
CMYK 0.31 0 0.21 0.28
HSL 138.95º 0.29% 0.61% -
HSV(B) 138.95º 0.31% 0.72% -
XYZ 31 40.84 33.04 -
YUV 162.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 127 184 145 0.31 0 0.21 0.28 138.95 0.29 0.61
Hex 7F B8 91 1F 0 15 1C 8B 1D 3D
Octal 177 270 221 37 0 25 34 213 35 75
Binary 1111111 10111000 10010001 11111 0 10101 11100 10001011 11101 111101

Color Harmonies of #7FB891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB891

Black with #7FB891

Text Example


Text Example

White with #7FB891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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