Html Css Color HEX #7BAF86 Bay Leaf

📋 copy color: '#7BAF86'

red 123 ◦ green 175 ◦ blue 134

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

Shades of Bay Leaf #7BAF86

Tints of Bay Leaf #7BAF86

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 28.47%
G = 40.51%
B = 31.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#7BAF86 (or 0x7BAF86) is known color: Bay Leaf. HEX triplet: 7B, AF and 86. RGB value is (123,175,134). Sum of RGB (Red+Green+Blue) = 123+175+134=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF86 is #845079. Grayscale: #9A9A9A. Windows color (decimal): -8671354 or 8826747. OLE color: 8826747.

HSL color Cylindrical-coordinate representation of color #7BAF86: hue angle of 132.69º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF86 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 134 -
CMYK 0.30 0 0.23 0.31
HSL 132.69º 0.25% 0.58% -
HSV(B) 132.69º 0.3% 0.69% -
XYZ 27.8 36.59 28.15 -
YUV 154.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 123 175 134 0.30 0 0.23 0.31 132.69 0.25 0.58
Hex 7B AF 86 1E 0 17 1F 85 19 3A
Octal 173 257 206 36 0 27 37 205 31 72
Binary 1111011 10101111 10000110 11110 0 10111 11111 10000101 11001 111010

Color Harmonies of #7BAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF86

Black with #7BAF86

Text Example


Text Example

White with #7BAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,134); }

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

background-color css

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

 a { background-color: rgb(123,175,134); }

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

border-color css

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

 span { border-color: rgb(123,175,134); }

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