Html Css Color HEX #74B48F Bay Leaf

📋 copy color: '#74B48F'

red 116 ◦ green 180 ◦ blue 143

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

Shades of Bay Leaf #74B48F

Tints of Bay Leaf #74B48F

RGB

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

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

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

R = 26.42%
G = 41%
B = 32.57%

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

#74B48F (or 0x74B48F) is known color: Bay Leaf. HEX triplet: 74, B4 and 8F. RGB value is (116,180,143). Sum of RGB (Red+Green+Blue) = 116+180+143=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #74B48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B48F is #8B4B70. Grayscale: #9C9C9C. Windows color (decimal): -9128817 or 9417844. OLE color: 9417844.

HSL color Cylindrical-coordinate representation of color #74B48F: hue angle of 145.31º degrees, saturation: 0.3, 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 #74B48F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 143 -
CMYK 0.36 0 0.21 0.29
HSL 145.31º 0.3% 0.58% -
HSV(B) 145.31º 0.36% 0.71% -
XYZ 28.48 38.34 31.89 -
YUV 156.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 116 180 143 0.36 0 0.21 0.29 145.31 0.3 0.58
Hex 74 B4 8F 24 0 15 1D 91 1E 3A
Octal 164 264 217 44 0 25 35 221 36 72
Binary 1110100 10110100 10001111 100100 0 10101 11101 10010001 11110 111010

Color Harmonies of #74B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B48F

Black with #74B48F

Text Example


Text Example

White with #74B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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