Html Css Color HEX #7BAA85 Bay Leaf

📋 copy color: '#7BAA85'

red 123 ◦ green 170 ◦ blue 133

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

Shades of Bay Leaf #7BAA85

Tints of Bay Leaf #7BAA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.91%

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 28.87%
G = 39.91%
B = 31.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#7BAA85 (or 0x7BAA85) is known color: Bay Leaf. HEX triplet: 7B, AA and 85. RGB value is (123,170,133). Sum of RGB (Red+Green+Blue) = 123+170+133=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA85 is #84557A. Grayscale: #979797. Windows color (decimal): -8672635 or 8759931. OLE color: 8759931.

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

Color convert

RGB 123 170 133 -
CMYK 0.28 0 0.22 0.33
HSL 132.77º 0.22% 0.57% -
HSV(B) 132.77º 0.28% 0.67% -
XYZ 26.78 34.65 27.47 -
YUV 151.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 123 170 133 0.28 0 0.22 0.33 132.77 0.22 0.57
Hex 7B AA 85 1C 0 16 21 85 16 39
Octal 173 252 205 34 0 26 41 205 26 71
Binary 1111011 10101010 10000101 11100 0 10110 100001 10000101 10110 111001

Color Harmonies of #7BAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA85

Black with #7BAA85

Text Example


Text Example

White with #7BAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,133); }

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

background-color css

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

 a { background-color: rgb(123,170,133); }

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

border-color css

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

 span { border-color: rgb(123,170,133); }

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