Html Css Color HEX #7CB38E Bay Leaf

📋 copy color: '#7CB38E'

red 124 ◦ green 179 ◦ blue 142

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

Shades of Bay Leaf #7CB38E

Tints of Bay Leaf #7CB38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 27.87%
G = 40.22%
B = 31.91%

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

#7CB38E (or 0x7CB38E) is known color: Bay Leaf. HEX triplet: 7C, B3 and 8E. RGB value is (124,179,142). Sum of RGB (Red+Green+Blue) = 124+179+142=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB38E is #834C71. Grayscale: #9E9E9E. Windows color (decimal): -8604786 or 9352060. OLE color: 9352060.

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

Color convert

RGB 124 179 142 -
CMYK 0.31 0 0.21 0.30
HSL 139.64º 0.27% 0.59% -
HSV(B) 139.64º 0.31% 0.7% -
XYZ 29.31 38.48 31.47 -
YUV 158.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 124 179 142 0.31 0 0.21 0.30 139.64 0.27 0.59
Hex 7C B3 8E 1F 0 15 1E 8C 1B 3B
Octal 174 263 216 37 0 25 36 214 33 73
Binary 1111100 10110011 10001110 11111 0 10101 11110 10001100 11011 111011

Color Harmonies of #7CB38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB38E

Black with #7CB38E

Text Example


Text Example

White with #7CB38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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