Html Css Color HEX #74B389 Bay Leaf

📋 copy color: '#74B389'

red 116 ◦ green 179 ◦ blue 137

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

Shades of Bay Leaf #74B389

Tints of Bay Leaf #74B389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 26.85%
G = 41.44%
B = 31.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#74B389 (or 0x74B389) is known color: Bay Leaf. HEX triplet: 74, B3 and 89. RGB value is (116,179,137). Sum of RGB (Red+Green+Blue) = 116+179+137=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #74B389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B389 is #8B4C76. Grayscale: #9B9B9B. Windows color (decimal): -9129079 or 9024372. OLE color: 9024372.

HSL color Cylindrical-coordinate representation of color #74B389: hue angle of 140º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B389 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 179 137 -
CMYK 0.35 0 0.23 0.30
HSL 140º 0.29% 0.58% -
HSV(B) 140º 0.35% 0.7% -
XYZ 27.84 37.76 29.49 -
YUV 155.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 116 179 137 0.35 0 0.23 0.30 140 0.29 0.58
Hex 74 B3 89 23 0 17 1E 8C 1D 3A
Octal 164 263 211 43 0 27 36 214 35 72
Binary 1110100 10110011 10001001 100011 0 10111 11110 10001100 11101 111010

Color Harmonies of #74B389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B389

Black with #74B389

Text Example


Text Example

White with #74B389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,179,137); }

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

background-color css

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

 a { background-color: rgb(116,179,137); }

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

border-color css

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

 span { border-color: rgb(116,179,137); }

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