Html Css Color HEX #7CBC8E Bay Leaf

📋 copy color: '#7CBC8E'

red 124 ◦ green 188 ◦ blue 142

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

Shades of Bay Leaf #7CBC8E

Tints of Bay Leaf #7CBC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 27.31%
G = 41.41%
B = 31.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#7CBC8E (or 0x7CBC8E) is known color: Bay Leaf. HEX triplet: 7C, BC and 8E. RGB value is (124,188,142). Sum of RGB (Red+Green+Blue) = 124+188+142=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC8E is #834371. Grayscale: #A3A3A3. Windows color (decimal): -8602482 or 9354364. OLE color: 9354364.

HSL color Cylindrical-coordinate representation of color #7CBC8E: hue angle of 136.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC8E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 142 -
CMYK 0.34 0 0.24 0.26
HSL 136.88º 0.32% 0.61% -
HSV(B) 136.88º 0.34% 0.74% -
XYZ 31.18 42.2 32.09 -
YUV 163.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 124 188 142 0.34 0 0.24 0.26 136.88 0.32 0.61
Hex 7C BC 8E 22 0 18 1A 89 20 3D
Octal 174 274 216 42 0 30 32 211 40 75
Binary 1111100 10111100 10001110 100010 0 11000 11010 10001001 100000 111101

Color Harmonies of #7CBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC8E

Black with #7CBC8E

Text Example


Text Example

White with #7CBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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