Html Css Color HEX #7CBE88 Bay Leaf

📋 copy color: '#7CBE88'

red 124 ◦ green 190 ◦ blue 136

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

Shades of Bay Leaf #7CBE88

Tints of Bay Leaf #7CBE88

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.22%

 BLUE value IS 136 (53.52% from 255) = 30.22%

R = 27.56%
G = 42.22%
B = 30.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#7CBE88 (or 0x7CBE88) is known color: Bay Leaf. HEX triplet: 7C, BE and 88. RGB value is (124,190,136). Sum of RGB (Red+Green+Blue) = 124+190+136=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBE88 is #834177. Grayscale: #A4A4A4. Windows color (decimal): -8601976 or 8961660. OLE color: 8961660.

HSL color Cylindrical-coordinate representation of color #7CBE88: hue angle of 130.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBE88 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 190 136 -
CMYK 0.35 0 0.28 0.25
HSL 130.91º 0.34% 0.62% -
HSV(B) 130.91º 0.35% 0.75% -
XYZ 31.17 42.89 29.93 -
YUV 164.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 124 190 136 0.35 0 0.28 0.25 130.91 0.34 0.62
Hex 7C BE 88 23 0 1C 19 83 22 3E
Octal 174 276 210 43 0 34 31 203 42 76
Binary 1111100 10111110 10001000 100011 0 11100 11001 10000011 100010 111110

Color Harmonies of #7CBE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBE88

Black with #7CBE88

Text Example


Text Example

White with #7CBE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,190,136); }

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

background-color css

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

 a { background-color: rgb(124,190,136); }

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

border-color css

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

 span { border-color: rgb(124,190,136); }

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