Html Css Color HEX #7BAB8E Bay Leaf

📋 copy color: '#7BAB8E'

red 123 ◦ green 171 ◦ blue 142

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

Shades of Bay Leaf #7BAB8E

Tints of Bay Leaf #7BAB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

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

R = 28.21%
G = 39.22%
B = 32.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#7BAB8E (or 0x7BAB8E) is known color: Bay Leaf. HEX triplet: 7B, AB and 8E. RGB value is (123,171,142). Sum of RGB (Red+Green+Blue) = 123+171+142=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB8E is #845471. Grayscale: #999999. Windows color (decimal): -8672370 or 9350011. OLE color: 9350011.

HSL color Cylindrical-coordinate representation of color #7BAB8E: hue angle of 143.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAB8E is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 171 142 -
CMYK 0.28 0 0.17 0.33
HSL 143.75º 0.22% 0.58% -
HSV(B) 143.75º 0.28% 0.67% -
XYZ 27.61 35.29 30.95 -
YUV 153.34 121.6 106.36 -
System Red Green Blue C M Y K H S L
Decimal 123 171 142 0.28 0 0.17 0.33 143.75 0.22 0.58
Hex 7B AB 8E 1C 0 11 21 90 16 3A
Octal 173 253 216 34 0 21 41 220 26 72
Binary 1111011 10101011 10001110 11100 0 10001 100001 10010000 10110 111010

Color Harmonies of #7BAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB8E

Black with #7BAB8E

Text Example


Text Example

White with #7BAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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