Html Css Color HEX #74B584 Bay Leaf

📋 copy color: '#74B584'

red 116 ◦ green 181 ◦ blue 132

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

Shades of Bay Leaf #74B584

Tints of Bay Leaf #74B584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 27.04%
G = 42.19%
B = 30.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#74B584 (or 0x74B584) is known color: Bay Leaf. HEX triplet: 74, B5 and 84. RGB value is (116,181,132). Sum of RGB (Red+Green+Blue) = 116+181+132=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #74B584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B584 is #8B4A7B. Grayscale: #9C9C9C. Windows color (decimal): -9128572 or 8697204. OLE color: 8697204.

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

Color convert

RGB 116 181 132 -
CMYK 0.36 0 0.27 0.29
HSL 134.77º 0.31% 0.58% -
HSV(B) 134.77º 0.36% 0.71% -
XYZ 27.89 38.43 27.78 -
YUV 155.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 116 181 132 0.36 0 0.27 0.29 134.77 0.31 0.58
Hex 74 B5 84 24 0 1B 1D 87 1F 3A
Octal 164 265 204 44 0 33 35 207 37 72
Binary 1110100 10110101 10000100 100100 0 11011 11101 10000111 11111 111010

Color Harmonies of #74B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B584

Black with #74B584

Text Example


Text Example

White with #74B584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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