Html Css Color HEX #7BBA8D Bay Leaf

📋 copy color: '#7BBA8D'

red 123 ◦ green 186 ◦ blue 141

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

Shades of Bay Leaf #7BBA8D

Tints of Bay Leaf #7BBA8D

RGB

 RED value IS 123 (48.44% from 255) = 27.33%

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 27.33%
G = 41.33%
B = 31.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#7BBA8D (or 0x7BBA8D) is known color: Bay Leaf. HEX triplet: 7B, BA and 8D. RGB value is (123,186,141). Sum of RGB (Red+Green+Blue) = 123+186+141=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA8D is #844572. Grayscale: #A2A2A2. Windows color (decimal): -8668531 or 9288315. OLE color: 9288315.

HSL color Cylindrical-coordinate representation of color #7BBA8D: hue angle of 137.14º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA8D is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 141 -
CMYK 0.34 0 0.24 0.27
HSL 137.14º 0.31% 0.61% -
HSV(B) 137.14º 0.34% 0.73% -
XYZ 30.54 41.25 31.55 -
YUV 162.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 123 186 141 0.34 0 0.24 0.27 137.14 0.31 0.61
Hex 7B BA 8D 22 0 18 1B 89 1F 3D
Octal 173 272 215 42 0 30 33 211 37 75
Binary 1111011 10111010 10001101 100010 0 11000 11011 10001001 11111 111101

Color Harmonies of #7BBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA8D

Black with #7BBA8D

Text Example


Text Example

White with #7BBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,141); }

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

background-color css

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

 a { background-color: rgb(123,186,141); }

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

border-color css

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

 span { border-color: rgb(123,186,141); }

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