Html Css Color HEX #7CAA87 Bay Leaf

📋 copy color: '#7CAA87'

red 124 ◦ green 170 ◦ blue 135

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

Shades of Bay Leaf #7CAA87

Tints of Bay Leaf #7CAA87

RGB

 RED value IS 124 (48.83% from 255) = 28.9%

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

 BLUE value IS 135 (53.13% from 255) = 31.47%

R = 28.9%
G = 39.63%
B = 31.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#7CAA87 (or 0x7CAA87) is known color: Bay Leaf. HEX triplet: 7C, AA and 87. RGB value is (124,170,135). Sum of RGB (Red+Green+Blue) = 124+170+135=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA87 is #835578. Grayscale: #989898. Windows color (decimal): -8607097 or 8891004. OLE color: 8891004.

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

Color convert

RGB 124 170 135 -
CMYK 0.27 0 0.21 0.33
HSL 134.35º 0.21% 0.58% -
HSV(B) 134.35º 0.27% 0.67% -
XYZ 27.06 34.78 28.21 -
YUV 152.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 124 170 135 0.27 0 0.21 0.33 134.35 0.21 0.58
Hex 7C AA 87 1B 0 15 21 86 15 3A
Octal 174 252 207 33 0 25 41 206 25 72
Binary 1111100 10101010 10000111 11011 0 10101 100001 10000110 10101 111010

Color Harmonies of #7CAA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA87

Black with #7CAA87

Text Example


Text Example

White with #7CAA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,135); }

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

background-color css

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

 a { background-color: rgb(124,170,135); }

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

border-color css

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

 span { border-color: rgb(124,170,135); }

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