Html Css Color HEX #7FB390 Bay Leaf

📋 copy color: '#7FB390'

red 127 ◦ green 179 ◦ blue 144

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

Shades of Bay Leaf #7FB390

Tints of Bay Leaf #7FB390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

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

R = 28.22%
G = 39.78%
B = 32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#7FB390 (or 0x7FB390) is known color: Bay Leaf. HEX triplet: 7F, B3 and 90. RGB value is (127,179,144). Sum of RGB (Red+Green+Blue) = 127+179+144=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB390 is #804C6F. Grayscale: #9F9F9F. Windows color (decimal): -8408176 or 9483135. OLE color: 9483135.

HSL color Cylindrical-coordinate representation of color #7FB390: hue angle of 139.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB390 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 179 144 -
CMYK 0.29 0 0.20 0.30
HSL 139.62º 0.25% 0.6% -
HSV(B) 139.62º 0.29% 0.7% -
XYZ 29.91 38.77 32.29 -
YUV 159.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 127 179 144 0.29 0 0.20 0.30 139.62 0.25 0.6
Hex 7F B3 90 1D 0 14 1E 8C 19 3C
Octal 177 263 220 35 0 24 36 214 31 74
Binary 1111111 10110011 10010000 11101 0 10100 11110 10001100 11001 111100

Color Harmonies of #7FB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB390

Black with #7FB390

Text Example


Text Example

White with #7FB390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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