Html Css Color HEX #7FB990 Bay Leaf

📋 copy color: '#7FB990'

red 127 ◦ green 185 ◦ blue 144

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

Shades of Bay Leaf #7FB990

Tints of Bay Leaf #7FB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 27.85%
G = 40.57%
B = 31.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#7FB990 (or 0x7FB990) is known color: Bay Leaf. HEX triplet: 7F, B9 and 90. RGB value is (127,185,144). Sum of RGB (Red+Green+Blue) = 127+185+144=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB990 is #80466F. Grayscale: #A3A3A3. Windows color (decimal): -8406640 or 9484671. OLE color: 9484671.

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

Color convert

RGB 127 185 144 -
CMYK 0.31 0 0.22 0.27
HSL 137.59º 0.29% 0.61% -
HSV(B) 137.59º 0.31% 0.73% -
XYZ 31.14 41.22 32.7 -
YUV 162.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 127 185 144 0.31 0 0.22 0.27 137.59 0.29 0.61
Hex 7F B9 90 1F 0 16 1B 8A 1D 3D
Octal 177 271 220 37 0 26 33 212 35 75
Binary 1111111 10111001 10010000 11111 0 10110 11011 10001010 11101 111101

Color Harmonies of #7FB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB990

Black with #7FB990

Text Example


Text Example

White with #7FB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,185,144); }

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

background-color css

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

 a { background-color: rgb(127,185,144); }

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

border-color css

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

 span { border-color: rgb(127,185,144); }

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