Html Css Color HEX #7FB38D Bay Leaf

📋 copy color: '#7FB38D'

red 127 ◦ green 179 ◦ blue 141

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

Shades of Bay Leaf #7FB38D

Tints of Bay Leaf #7FB38D

RGB

 RED value IS 127 (50% from 255) = 28.41%

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

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

R = 28.41%
G = 40.04%
B = 31.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#7FB38D (or 0x7FB38D) is known color: Bay Leaf. HEX triplet: 7F, B3 and 8D. RGB value is (127,179,141). Sum of RGB (Red+Green+Blue) = 127+179+141=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB38D is #804C72. Grayscale: #9F9F9F. Windows color (decimal): -8408179 or 9286527. OLE color: 9286527.

HSL color Cylindrical-coordinate representation of color #7FB38D: hue angle of 136.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB38D is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 179 141 -
CMYK 0.29 0 0.21 0.30
HSL 136.15º 0.25% 0.6% -
HSV(B) 136.15º 0.29% 0.7% -
XYZ 29.68 38.68 31.1 -
YUV 159.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 127 179 141 0.29 0 0.21 0.30 136.15 0.25 0.6
Hex 7F B3 8D 1D 0 15 1E 88 19 3C
Octal 177 263 215 35 0 25 36 210 31 74
Binary 1111111 10110011 10001101 11101 0 10101 11110 10001000 11001 111100

Color Harmonies of #7FB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB38D

Black with #7FB38D

Text Example


Text Example

White with #7FB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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