Html Css Color HEX #7FBE8B Bay Leaf

📋 copy color: '#7FBE8B'

red 127 ◦ green 190 ◦ blue 139

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

Shades of Bay Leaf #7FBE8B

Tints of Bay Leaf #7FBE8B

RGB

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

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

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

R = 27.85%
G = 41.67%
B = 30.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#7FBE8B (or 0x7FBE8B) is known color: Bay Leaf. HEX triplet: 7F, BE and 8B. RGB value is (127,190,139). Sum of RGB (Red+Green+Blue) = 127+190+139=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE8B is #804174. Grayscale: #A5A5A5. Windows color (decimal): -8405365 or 9158271. OLE color: 9158271.

HSL color Cylindrical-coordinate representation of color #7FBE8B: hue angle of 131.43º 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 #7FBE8B is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 139 -
CMYK 0.33 0 0.27 0.25
HSL 131.43º 0.33% 0.62% -
HSV(B) 131.43º 0.33% 0.75% -
XYZ 31.83 43.2 31.09 -
YUV 165.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 127 190 139 0.33 0 0.27 0.25 131.43 0.33 0.62
Hex 7F BE 8B 21 0 1B 19 83 21 3E
Octal 177 276 213 41 0 33 31 203 41 76
Binary 1111111 10111110 10001011 100001 0 11011 11001 10000011 100001 111110

Color Harmonies of #7FBE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE8B

Black with #7FBE8B

Text Example


Text Example

White with #7FBE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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