Html Css Color HEX #7FBC8B Bay Leaf

📋 copy color: '#7FBC8B'

red 127 ◦ green 188 ◦ blue 139

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

Shades of Bay Leaf #7FBC8B

Tints of Bay Leaf #7FBC8B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 27.97%
G = 41.41%
B = 30.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#7FBC8B (or 0x7FBC8B) is known color: Bay Leaf. HEX triplet: 7F, BC and 8B. RGB value is (127,188,139). Sum of RGB (Red+Green+Blue) = 127+188+139=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC8B is #804374. Grayscale: #A4A4A4. Windows color (decimal): -8405877 or 9157759. OLE color: 9157759.

HSL color Cylindrical-coordinate representation of color #7FBC8B: hue angle of 131.8º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC8B is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 139 -
CMYK 0.32 0 0.26 0.26
HSL 131.8º 0.31% 0.62% -
HSV(B) 131.8º 0.32% 0.74% -
XYZ 31.4 42.34 30.94 -
YUV 164.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 127 188 139 0.32 0 0.26 0.26 131.8 0.31 0.62
Hex 7F BC 8B 20 0 1A 1A 84 1F 3E
Octal 177 274 213 40 0 32 32 204 37 76
Binary 1111111 10111100 10001011 100000 0 11010 11010 10000100 11111 111110

Color Harmonies of #7FBC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC8B

Black with #7FBC8B

Text Example


Text Example

White with #7FBC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,139); }

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

background-color css

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

 a { background-color: rgb(127,188,139); }

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

border-color css

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

 span { border-color: rgb(127,188,139); }

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