Html Css Color HEX #7CB38C Bay Leaf

📋 copy color: '#7CB38C'

red 124 ◦ green 179 ◦ blue 140

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

Shades of Bay Leaf #7CB38C

Tints of Bay Leaf #7CB38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 27.99%
G = 40.41%
B = 31.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#7CB38C (or 0x7CB38C) is known color: Bay Leaf. HEX triplet: 7C, B3 and 8C. RGB value is (124,179,140). Sum of RGB (Red+Green+Blue) = 124+179+140=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB38C is #834C73. Grayscale: #9E9E9E. Windows color (decimal): -8604788 or 9220988. OLE color: 9220988.

HSL color Cylindrical-coordinate representation of color #7CB38C: hue angle of 137.45º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB38C is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 140 -
CMYK 0.31 0 0.22 0.30
HSL 137.45º 0.27% 0.59% -
HSV(B) 137.45º 0.31% 0.7% -
XYZ 29.17 38.42 30.69 -
YUV 158.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 124 179 140 0.31 0 0.22 0.30 137.45 0.27 0.59
Hex 7C B3 8C 1F 0 16 1E 89 1B 3B
Octal 174 263 214 37 0 26 36 211 33 73
Binary 1111100 10110011 10001100 11111 0 10110 11110 10001001 11011 111011

Color Harmonies of #7CB38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB38C

Black with #7CB38C

Text Example


Text Example

White with #7CB38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,140); }

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

background-color css

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

 a { background-color: rgb(124,179,140); }

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

border-color css

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

 span { border-color: rgb(124,179,140); }

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