Html Css Color HEX #7FB490 Bay Leaf

📋 copy color: '#7FB490'

red 127 ◦ green 180 ◦ blue 144

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

Shades of Bay Leaf #7FB490

Tints of Bay Leaf #7FB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

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

R = 28.16%
G = 39.91%
B = 31.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#7FB490 (or 0x7FB490) is known color: Bay Leaf. HEX triplet: 7F, B4 and 90. RGB value is (127,180,144). Sum of RGB (Red+Green+Blue) = 127+180+144=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB490 is #804B6F. Grayscale: #A0A0A0. Windows color (decimal): -8407920 or 9483391. OLE color: 9483391.

HSL color Cylindrical-coordinate representation of color #7FB490: hue angle of 139.25º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB490 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 144 -
CMYK 0.29 0 0.2 0.29
HSL 139.25º 0.26% 0.6% -
HSV(B) 139.25º 0.29% 0.71% -
XYZ 30.11 39.17 32.36 -
YUV 160.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 127 180 144 0.29 0 0.2 0.29 139.25 0.26 0.6
Hex 7F B4 90 1D 0 14 1D 8B 1A 3C
Octal 177 264 220 35 0 24 35 213 32 74
Binary 1111111 10110100 10010000 11101 0 10100 11101 10001011 11010 111100

Color Harmonies of #7FB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB490

Black with #7FB490

Text Example


Text Example

White with #7FB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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