Html Css Color HEX #7CA187 Bay Leaf

📋 copy color: '#7CA187'

red 124 ◦ green 161 ◦ blue 135

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

Shades of Bay Leaf #7CA187

Tints of Bay Leaf #7CA187

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

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

R = 29.52%
G = 38.33%
B = 32.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#7CA187 (or 0x7CA187) is known color: Bay Leaf. HEX triplet: 7C, A1 and 87. RGB value is (124,161,135). Sum of RGB (Red+Green+Blue) = 124+161+135=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA187 is #835E78. Grayscale: #939393. Windows color (decimal): -8609401 or 8888700. OLE color: 8888700.

HSL color Cylindrical-coordinate representation of color #7CA187: hue angle of 137.84º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA187 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 161 135 -
CMYK 0.23 0 0.16 0.37
HSL 137.84º 0.16% 0.56% -
HSV(B) 137.84º 0.23% 0.63% -
XYZ 25.43 31.52 27.67 -
YUV 146.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 124 161 135 0.23 0 0.16 0.37 137.84 0.16 0.56
Hex 7C A1 87 17 0 10 25 8A 10 38
Octal 174 241 207 27 0 20 45 212 20 70
Binary 1111100 10100001 10000111 10111 0 10000 100101 10001010 10000 111000

Color Harmonies of #7CA187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA187

Black with #7CA187

Text Example


Text Example

White with #7CA187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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