Html Css Color HEX #74B687 Bay Leaf

📋 copy color: '#74B687'

red 116 ◦ green 182 ◦ blue 135

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

Shades of Bay Leaf #74B687

Tints of Bay Leaf #74B687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.03%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 26.79%
G = 42.03%
B = 31.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#74B687 (or 0x74B687) is known color: Bay Leaf. HEX triplet: 74, B6 and 87. RGB value is (116,182,135). Sum of RGB (Red+Green+Blue) = 116+182+135=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #74B687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B687 is #8B4978. Grayscale: #9D9D9D. Windows color (decimal): -9128313 or 8894068. OLE color: 8894068.

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

Color convert

RGB 116 182 135 -
CMYK 0.36 0 0.26 0.29
HSL 137.27º 0.31% 0.58% -
HSV(B) 137.27º 0.36% 0.71% -
XYZ 28.3 38.92 28.94 -
YUV 156.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 116 182 135 0.36 0 0.26 0.29 137.27 0.31 0.58
Hex 74 B6 87 24 0 1A 1D 89 1F 3A
Octal 164 266 207 44 0 32 35 211 37 72
Binary 1110100 10110110 10000111 100100 0 11010 11101 10001001 11111 111010

Color Harmonies of #74B687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B687

Black with #74B687

Text Example


Text Example

White with #74B687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,182,135); }

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

background-color css

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

 a { background-color: rgb(116,182,135); }

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

border-color css

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

 span { border-color: rgb(116,182,135); }

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