Html Css Color HEX #74BA87 Bay Leaf

📋 copy color: '#74BA87'

red 116 ◦ green 186 ◦ blue 135

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

Shades of Bay Leaf #74BA87

Tints of Bay Leaf #74BA87

RGB

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

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

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

R = 26.54%
G = 42.56%
B = 30.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#74BA87 (or 0x74BA87) is known color: Bay Leaf. HEX triplet: 74, BA and 87. RGB value is (116,186,135). Sum of RGB (Red+Green+Blue) = 116+186+135=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA87 is #8B4578. Grayscale: #9F9F9F. Windows color (decimal): -9127289 or 8895092. OLE color: 8895092.

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

Color convert

RGB 116 186 135 -
CMYK 0.38 0 0.27 0.27
HSL 136.29º 0.34% 0.59% -
HSV(B) 136.29º 0.38% 0.73% -
XYZ 29.13 40.58 29.22 -
YUV 159.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 116 186 135 0.38 0 0.27 0.27 136.29 0.34 0.59
Hex 74 BA 87 26 0 1B 1B 88 22 3B
Octal 164 272 207 46 0 33 33 210 42 73
Binary 1110100 10111010 10000111 100110 0 11011 11011 10001000 100010 111011

Color Harmonies of #74BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA87

Black with #74BA87

Text Example


Text Example

White with #74BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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