Html Css Color HEX #7CB190 Bay Leaf

📋 copy color: '#7CB190'

red 124 ◦ green 177 ◦ blue 144

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

Shades of Bay Leaf #7CB190

Tints of Bay Leaf #7CB190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

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

R = 27.87%
G = 39.78%
B = 32.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#7CB190 (or 0x7CB190) is known color: Bay Leaf. HEX triplet: 7C, B1 and 90. RGB value is (124,177,144). Sum of RGB (Red+Green+Blue) = 124+177+144=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB190 is #834E6F. Grayscale: #9D9D9D. Windows color (decimal): -8605296 or 9482620. OLE color: 9482620.

HSL color Cylindrical-coordinate representation of color #7CB190: hue angle of 142.64º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB190 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 177 144 -
CMYK 0.30 0 0.19 0.31
HSL 142.64º 0.25% 0.59% -
HSV(B) 142.64º 0.3% 0.69% -
XYZ 29.07 37.74 32.14 -
YUV 157.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 124 177 144 0.30 0 0.19 0.31 142.64 0.25 0.59
Hex 7C B1 90 1E 0 13 1F 8F 19 3B
Octal 174 261 220 36 0 23 37 217 31 73
Binary 1111100 10110001 10010000 11110 0 10011 11111 10001111 11001 111011

Color Harmonies of #7CB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB190

Black with #7CB190

Text Example


Text Example

White with #7CB190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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