Html Css Color HEX #74BA86 Bay Leaf

📋 copy color: '#74BA86'

red 116 ◦ green 186 ◦ blue 134

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

Shades of Bay Leaf #74BA86

Tints of Bay Leaf #74BA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

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

R = 26.61%
G = 42.66%
B = 30.73%

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

#74BA86 (or 0x74BA86) is known color: Bay Leaf. HEX triplet: 74, BA and 86. RGB value is (116,186,134). Sum of RGB (Red+Green+Blue) = 116+186+134=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA86 is #8B4579. Grayscale: #9F9F9F. Windows color (decimal): -9127290 or 8829556. OLE color: 8829556.

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

Color convert

RGB 116 186 134 -
CMYK 0.38 0 0.28 0.27
HSL 135.43º 0.34% 0.59% -
HSV(B) 135.43º 0.38% 0.73% -
XYZ 29.06 40.55 28.85 -
YUV 159.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 116 186 134 0.38 0 0.28 0.27 135.43 0.34 0.59
Hex 74 BA 86 26 0 1C 1B 87 22 3B
Octal 164 272 206 46 0 34 33 207 42 73
Binary 1110100 10111010 10000110 100110 0 11100 11011 10000111 100010 111011

Color Harmonies of #74BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA86

Black with #74BA86

Text Example


Text Example

White with #74BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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