Html Css Color HEX #7FBE8F Bay Leaf

📋 copy color: '#7FBE8F'

red 127 ◦ green 190 ◦ blue 143

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

Shades of Bay Leaf #7FBE8F

Tints of Bay Leaf #7FBE8F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

 BLUE value IS 143 (56.25% from 255) = 31.09%

R = 27.61%
G = 41.3%
B = 31.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#7FBE8F (or 0x7FBE8F) is known color: Bay Leaf. HEX triplet: 7F, BE and 8F. RGB value is (127,190,143). Sum of RGB (Red+Green+Blue) = 127+190+143=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE8F is #804170. Grayscale: #A5A5A5. Windows color (decimal): -8405361 or 9420415. OLE color: 9420415.

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

Color convert

RGB 127 190 143 -
CMYK 0.33 0 0.25 0.25
HSL 135.24º 0.33% 0.62% -
HSV(B) 135.24º 0.33% 0.75% -
XYZ 32.12 43.32 32.66 -
YUV 165.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 127 190 143 0.33 0 0.25 0.25 135.24 0.33 0.62
Hex 7F BE 8F 21 0 19 19 87 21 3E
Octal 177 276 217 41 0 31 31 207 41 76
Binary 1111111 10111110 10001111 100001 0 11001 11001 10000111 100001 111110

Color Harmonies of #7FBE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE8F

Black with #7FBE8F

Text Example


Text Example

White with #7FBE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,143); }

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

background-color css

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

 a { background-color: rgb(127,190,143); }

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

border-color css

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

 span { border-color: rgb(127,190,143); }

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