Html Css Color HEX #7CB38D Bay Leaf

📋 copy color: '#7CB38D'

red 124 ◦ green 179 ◦ blue 141

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

Shades of Bay Leaf #7CB38D

Tints of Bay Leaf #7CB38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 27.93%
G = 40.32%
B = 31.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#7CB38D (or 0x7CB38D) is known color: Bay Leaf. HEX triplet: 7C, B3 and 8D. RGB value is (124,179,141). Sum of RGB (Red+Green+Blue) = 124+179+141=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB38D is #834C72. Grayscale: #9E9E9E. Windows color (decimal): -8604787 or 9286524. OLE color: 9286524.

HSL color Cylindrical-coordinate representation of color #7CB38D: hue angle of 138.55º 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 #7CB38D is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 141 -
CMYK 0.31 0 0.21 0.30
HSL 138.55º 0.27% 0.59% -
HSV(B) 138.55º 0.31% 0.7% -
XYZ 29.24 38.45 31.08 -
YUV 158.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 124 179 141 0.31 0 0.21 0.30 138.55 0.27 0.59
Hex 7C B3 8D 1F 0 15 1E 8B 1B 3B
Octal 174 263 215 37 0 25 36 213 33 73
Binary 1111100 10110011 10001101 11111 0 10101 11110 10001011 11011 111011

Color Harmonies of #7CB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB38D

Black with #7CB38D

Text Example


Text Example

White with #7CB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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