Html Css Color HEX #7FB38A Bay Leaf

📋 copy color: '#7FB38A'

red 127 ◦ green 179 ◦ blue 138

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

Shades of Bay Leaf #7FB38A

Tints of Bay Leaf #7FB38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 28.6%
G = 40.32%
B = 31.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#7FB38A (or 0x7FB38A) is known color: Bay Leaf. HEX triplet: 7F, B3 and 8A. RGB value is (127,179,138). Sum of RGB (Red+Green+Blue) = 127+179+138=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB38A is #804C75. Grayscale: #9E9E9E. Windows color (decimal): -8408182 or 9089919. OLE color: 9089919.

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

Color convert

RGB 127 179 138 -
CMYK 0.29 0 0.23 0.30
HSL 132.69º 0.25% 0.6% -
HSV(B) 132.69º 0.29% 0.7% -
XYZ 29.46 38.59 29.94 -
YUV 158.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 127 179 138 0.29 0 0.23 0.30 132.69 0.25 0.6
Hex 7F B3 8A 1D 0 17 1E 85 19 3C
Octal 177 263 212 35 0 27 36 205 31 74
Binary 1111111 10110011 10001010 11101 0 10111 11110 10000101 11001 111100

Color Harmonies of #7FB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB38A

Black with #7FB38A

Text Example


Text Example

White with #7FB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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