Html Css Color HEX #7BBA8E Bay Leaf

📋 copy color: '#7BBA8E'

red 123 ◦ green 186 ◦ blue 142

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

Shades of Bay Leaf #7BBA8E

Tints of Bay Leaf #7BBA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.49%

R = 27.27%
G = 41.24%
B = 31.49%

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

#7BBA8E (or 0x7BBA8E) is known color: Bay Leaf. HEX triplet: 7B, BA and 8E. RGB value is (123,186,142). Sum of RGB (Red+Green+Blue) = 123+186+142=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA8E is #844571. Grayscale: #A2A2A2. Windows color (decimal): -8668530 or 9353851. OLE color: 9353851.

HSL color Cylindrical-coordinate representation of color #7BBA8E: hue angle of 138.1º 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 #7BBA8E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 142 -
CMYK 0.34 0 0.24 0.27
HSL 138.1º 0.31% 0.61% -
HSV(B) 138.1º 0.34% 0.73% -
XYZ 30.61 41.28 31.95 -
YUV 162.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 123 186 142 0.34 0 0.24 0.27 138.1 0.31 0.61
Hex 7B BA 8E 22 0 18 1B 8A 1F 3D
Octal 173 272 216 42 0 30 33 212 37 75
Binary 1111011 10111010 10001110 100010 0 11000 11011 10001010 11111 111101

Color Harmonies of #7BBA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA8E

Black with #7BBA8E

Text Example


Text Example

White with #7BBA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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