Html Css Color HEX #7CB490 Bay Leaf

📋 copy color: '#7CB490'

red 124 ◦ green 180 ◦ blue 144

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

Shades of Bay Leaf #7CB490

Tints of Bay Leaf #7CB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 27.68%
G = 40.18%
B = 32.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#7CB490 (or 0x7CB490) is known color: Bay Leaf. HEX triplet: 7C, B4 and 90. RGB value is (124,180,144). Sum of RGB (Red+Green+Blue) = 124+180+144=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB490 is #834B6F. Grayscale: #9F9F9F. Windows color (decimal): -8604528 or 9483388. OLE color: 9483388.

HSL color Cylindrical-coordinate representation of color #7CB490: hue angle of 141.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB490 is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 144 -
CMYK 0.31 0 0.2 0.29
HSL 141.43º 0.27% 0.6% -
HSV(B) 141.43º 0.31% 0.71% -
XYZ 29.67 38.94 32.34 -
YUV 159.15 119.45 102.93 -
System Red Green Blue C M Y K H S L
Decimal 124 180 144 0.31 0 0.2 0.29 141.43 0.27 0.6
Hex 7C B4 90 1F 0 14 1D 8D 1B 3C
Octal 174 264 220 37 0 24 35 215 33 74
Binary 1111100 10110100 10010000 11111 0 10100 11101 10001101 11011 111100

Color Harmonies of #7CB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB490

Black with #7CB490

Text Example


Text Example

White with #7CB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,144); }

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

background-color css

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

 a { background-color: rgb(124,180,144); }

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

border-color css

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

 span { border-color: rgb(124,180,144); }

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