Html Css Color HEX #74B58F Bay Leaf

📋 copy color: '#74B58F'

red 116 ◦ green 181 ◦ blue 143

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

Shades of Bay Leaf #74B58F

Tints of Bay Leaf #74B58F

RGB

 RED value IS 116 (45.7% from 255) = 26.36%

 GREEN value IS 181 (71.09% from 255) = 41.14%

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

R = 26.36%
G = 41.14%
B = 32.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#74B58F (or 0x74B58F) is known color: Bay Leaf. HEX triplet: 74, B5 and 8F. RGB value is (116,181,143). Sum of RGB (Red+Green+Blue) = 116+181+143=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #74B58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B58F is #8B4A70. Grayscale: #9D9D9D. Windows color (decimal): -9128561 or 9418100. OLE color: 9418100.

HSL color Cylindrical-coordinate representation of color #74B58F: hue angle of 144.92º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B58F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 181 143 -
CMYK 0.36 0 0.21 0.29
HSL 144.92º 0.31% 0.58% -
HSV(B) 144.92º 0.36% 0.71% -
XYZ 28.68 38.74 31.95 -
YUV 157.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 116 181 143 0.36 0 0.21 0.29 144.92 0.31 0.58
Hex 74 B5 8F 24 0 15 1D 91 1F 3A
Octal 164 265 217 44 0 25 35 221 37 72
Binary 1110100 10110101 10001111 100100 0 10101 11101 10010001 11111 111010

Color Harmonies of #74B58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B58F

Black with #74B58F

Text Example


Text Example

White with #74B58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B58F; }

 p { color: rgb(116,181,143); }

 H1.HeaderClassName
 {
   color: #74B58F;
 }
 .AnyTagClassName
 {
   color: #74B58F;
 }
</style>

background-color css

<style>
 a { background-color: #74B58F; }

 a { background-color: rgb(116,181,143); }

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

border-color css

<style>
 span { border-color: #74B58F; }

 span { border-color: rgb(116,181,143); }

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