Html Css Color HEX #7BAB8D Bay Leaf

📋 copy color: '#7BAB8D'

red 123 ◦ green 171 ◦ blue 141

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

Shades of Bay Leaf #7BAB8D

Tints of Bay Leaf #7BAB8D

RGB

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

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

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

R = 28.28%
G = 39.31%
B = 32.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#7BAB8D (or 0x7BAB8D) is known color: Bay Leaf. HEX triplet: 7B, AB and 8D. RGB value is (123,171,141). Sum of RGB (Red+Green+Blue) = 123+171+141=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB8D is #845472. Grayscale: #999999. Windows color (decimal): -8672371 or 9284475. OLE color: 9284475.

HSL color Cylindrical-coordinate representation of color #7BAB8D: hue angle of 142.5º 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 #7BAB8D is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 171 141 -
CMYK 0.28 0 0.18 0.33
HSL 142.5º 0.22% 0.58% -
HSV(B) 142.5º 0.28% 0.67% -
XYZ 27.54 35.26 30.55 -
YUV 153.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 123 171 141 0.28 0 0.18 0.33 142.5 0.22 0.58
Hex 7B AB 8D 1C 0 12 21 8E 16 3A
Octal 173 253 215 34 0 22 41 216 26 72
Binary 1111011 10101011 10001101 11100 0 10010 100001 10001110 10110 111010

Color Harmonies of #7BAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB8D

Black with #7BAB8D

Text Example


Text Example

White with #7BAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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