Html Css Color HEX #7FB88E Bay Leaf

📋 copy color: '#7FB88E'

red 127 ◦ green 184 ◦ blue 142

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

Shades of Bay Leaf #7FB88E

Tints of Bay Leaf #7FB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 28.04%
G = 40.62%
B = 31.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#7FB88E (or 0x7FB88E) is known color: Bay Leaf. HEX triplet: 7F, B8 and 8E. RGB value is (127,184,142). Sum of RGB (Red+Green+Blue) = 127+184+142=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB88E is #804771. Grayscale: #A2A2A2. Windows color (decimal): -8406898 or 9353343. OLE color: 9353343.

HSL color Cylindrical-coordinate representation of color #7FB88E: hue angle of 135.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB88E is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 142 -
CMYK 0.31 0 0.23 0.28
HSL 135.79º 0.29% 0.61% -
HSV(B) 135.79º 0.31% 0.72% -
XYZ 30.78 40.75 31.83 -
YUV 162.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 127 184 142 0.31 0 0.23 0.28 135.79 0.29 0.61
Hex 7F B8 8E 1F 0 17 1C 88 1D 3D
Octal 177 270 216 37 0 27 34 210 35 75
Binary 1111111 10111000 10001110 11111 0 10111 11100 10001000 11101 111101

Color Harmonies of #7FB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB88E

Black with #7FB88E

Text Example


Text Example

White with #7FB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,184,142); }

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

background-color css

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

 a { background-color: rgb(127,184,142); }

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

border-color css

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

 span { border-color: rgb(127,184,142); }

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