Html Css Color HEX #7FB58D Bay Leaf

📋 copy color: '#7FB58D'

red 127 ◦ green 181 ◦ blue 141

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

Shades of Bay Leaf #7FB58D

Tints of Bay Leaf #7FB58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

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

R = 28.29%
G = 40.31%
B = 31.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#7FB58D (or 0x7FB58D) is known color: Bay Leaf. HEX triplet: 7F, B5 and 8D. RGB value is (127,181,141). Sum of RGB (Red+Green+Blue) = 127+181+141=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB58D is #804A72. Grayscale: #A0A0A0. Windows color (decimal): -8407667 or 9287039. OLE color: 9287039.

HSL color Cylindrical-coordinate representation of color #7FB58D: hue angle of 135.56º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB58D is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 181 141 -
CMYK 0.30 0 0.22 0.29
HSL 135.56º 0.27% 0.6% -
HSV(B) 135.56º 0.3% 0.71% -
XYZ 30.08 39.48 31.23 -
YUV 160.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 127 181 141 0.30 0 0.22 0.29 135.56 0.27 0.6
Hex 7F B5 8D 1E 0 16 1D 88 1B 3C
Octal 177 265 215 36 0 26 35 210 33 74
Binary 1111111 10110101 10001101 11110 0 10110 11101 10001000 11011 111100

Color Harmonies of #7FB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB58D

Black with #7FB58D

Text Example


Text Example

White with #7FB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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