Html Css Color HEX #7CB891 Bay Leaf

📋 copy color: '#7CB891'

red 124 ◦ green 184 ◦ blue 145

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

Shades of Bay Leaf #7CB891

Tints of Bay Leaf #7CB891

RGB

 RED value IS 124 (48.83% from 255) = 27.37%

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

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

R = 27.37%
G = 40.62%
B = 32.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#7CB891 (or 0x7CB891) is known color: Bay Leaf. HEX triplet: 7C, B8 and 91. RGB value is (124,184,145). Sum of RGB (Red+Green+Blue) = 124+184+145=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB891 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB891 is #83476E. Grayscale: #A1A1A1. Windows color (decimal): -8603503 or 9549948. OLE color: 9549948.

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

Color convert

RGB 124 184 145 -
CMYK 0.33 0 0.21 0.28
HSL 141º 0.3% 0.6% -
HSV(B) 141º 0.33% 0.72% -
XYZ 30.56 40.61 33.02 -
YUV 161.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 124 184 145 0.33 0 0.21 0.28 141 0.3 0.6
Hex 7C B8 91 21 0 15 1C 8D 1E 3C
Octal 174 270 221 41 0 25 34 215 36 74
Binary 1111100 10111000 10010001 100001 0 10101 11100 10001101 11110 111100

Color Harmonies of #7CB891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB891

Black with #7CB891

Text Example


Text Example

White with #7CB891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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