Html Css Color HEX #74BB86 Bay Leaf

📋 copy color: '#74BB86'

red 116 ◦ green 187 ◦ blue 134

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

Shades of Bay Leaf #74BB86

Tints of Bay Leaf #74BB86

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.79%

 BLUE value IS 134 (52.73% from 255) = 30.66%

R = 26.54%
G = 42.79%
B = 30.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#74BB86 (or 0x74BB86) is known color: Bay Leaf. HEX triplet: 74, BB and 86. RGB value is (116,187,134). Sum of RGB (Red+Green+Blue) = 116+187+134=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB86 is #8B4479. Grayscale: #9F9F9F. Windows color (decimal): -9127034 or 8829812. OLE color: 8829812.

HSL color Cylindrical-coordinate representation of color #74BB86: hue angle of 135.21º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BB86 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 134 -
CMYK 0.38 0 0.28 0.27
HSL 135.21º 0.34% 0.59% -
HSV(B) 135.21º 0.38% 0.73% -
XYZ 29.28 40.97 28.92 -
YUV 159.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 116 187 134 0.38 0 0.28 0.27 135.21 0.34 0.59
Hex 74 BB 86 26 0 1C 1B 87 22 3B
Octal 164 273 206 46 0 34 33 207 42 73
Binary 1110100 10111011 10000110 100110 0 11100 11011 10000111 100010 111011

Color Harmonies of #74BB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB86

Black with #74BB86

Text Example


Text Example

White with #74BB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,187,134); }

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

background-color css

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

 a { background-color: rgb(116,187,134); }

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

border-color css

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

 span { border-color: rgb(116,187,134); }

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