Html Css Color HEX #7CB990 Bay Leaf

📋 copy color: '#7CB990'

red 124 ◦ green 185 ◦ blue 144

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

Shades of Bay Leaf #7CB990

Tints of Bay Leaf #7CB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

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

R = 27.37%
G = 40.84%
B = 31.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#7CB990 (or 0x7CB990) is known color: Bay Leaf. HEX triplet: 7C, B9 and 90. RGB value is (124,185,144). Sum of RGB (Red+Green+Blue) = 124+185+144=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB990 is #83466F. Grayscale: #A2A2A2. Windows color (decimal): -8603248 or 9484668. OLE color: 9484668.

HSL color Cylindrical-coordinate representation of color #7CB990: hue angle of 139.67º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB990 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 144 -
CMYK 0.33 0 0.22 0.27
HSL 139.67º 0.3% 0.61% -
HSV(B) 139.67º 0.33% 0.73% -
XYZ 30.7 41 32.68 -
YUV 162.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 124 185 144 0.33 0 0.22 0.27 139.67 0.3 0.61
Hex 7C B9 90 21 0 16 1B 8C 1E 3D
Octal 174 271 220 41 0 26 33 214 36 75
Binary 1111100 10111001 10010000 100001 0 10110 11011 10001100 11110 111101

Color Harmonies of #7CB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB990

Black with #7CB990

Text Example


Text Example

White with #7CB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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