Html Css Color HEX #7FBB8D Bay Leaf

📋 copy color: '#7FBB8D'

red 127 ◦ green 187 ◦ blue 141

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

Shades of Bay Leaf #7FBB8D

Tints of Bay Leaf #7FBB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.1%

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

R = 27.91%
G = 41.1%
B = 30.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#7FBB8D (or 0x7FBB8D) is known color: Bay Leaf. HEX triplet: 7F, BB and 8D. RGB value is (127,187,141). Sum of RGB (Red+Green+Blue) = 127+187+141=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBB8D is #804472. Grayscale: #A3A3A3. Windows color (decimal): -8406131 or 9288575. OLE color: 9288575.

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

Color convert

RGB 127 187 141 -
CMYK 0.32 0 0.25 0.27
HSL 134º 0.31% 0.62% -
HSV(B) 134º 0.32% 0.73% -
XYZ 31.33 41.98 31.65 -
YUV 163.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 127 187 141 0.32 0 0.25 0.27 134 0.31 0.62
Hex 7F BB 8D 20 0 19 1B 86 1F 3E
Octal 177 273 215 40 0 31 33 206 37 76
Binary 1111111 10111011 10001101 100000 0 11001 11011 10000110 11111 111110

Color Harmonies of #7FBB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBB8D

Black with #7FBB8D

Text Example


Text Example

White with #7FBB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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