Html Css Color HEX #7FB28D Bay Leaf

📋 copy color: '#7FB28D'

red 127 ◦ green 178 ◦ blue 141

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

Shades of Bay Leaf #7FB28D

Tints of Bay Leaf #7FB28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

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

R = 28.48%
G = 39.91%
B = 31.61%

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

#7FB28D (or 0x7FB28D) is known color: Bay Leaf. HEX triplet: 7F, B2 and 8D. RGB value is (127,178,141). Sum of RGB (Red+Green+Blue) = 127+178+141=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB28D is #804D72. Grayscale: #9E9E9E. Windows color (decimal): -8408435 or 9286271. OLE color: 9286271.

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

Color convert

RGB 127 178 141 -
CMYK 0.29 0 0.21 0.30
HSL 136.47º 0.25% 0.6% -
HSV(B) 136.47º 0.29% 0.7% -
XYZ 29.48 38.28 31.03 -
YUV 158.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 127 178 141 0.29 0 0.21 0.30 136.47 0.25 0.6
Hex 7F B2 8D 1D 0 15 1E 88 19 3C
Octal 177 262 215 35 0 25 36 210 31 74
Binary 1111111 10110010 10001101 11101 0 10101 11110 10001000 11001 111100

Color Harmonies of #7FB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB28D

Black with #7FB28D

Text Example


Text Example

White with #7FB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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