Html Css Color HEX #74BA88 Bay Leaf

📋 copy color: '#74BA88'

red 116 ◦ green 186 ◦ blue 136

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

Shades of Bay Leaf #74BA88

Tints of Bay Leaf #74BA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 26.48%
G = 42.47%
B = 31.05%

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

#74BA88 (or 0x74BA88) is known color: Bay Leaf. HEX triplet: 74, BA and 88. RGB value is (116,186,136). Sum of RGB (Red+Green+Blue) = 116+186+136=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA88 is #8B4577. Grayscale: #9F9F9F. Windows color (decimal): -9127288 or 8960628. OLE color: 8960628.

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

Color convert

RGB 116 186 136 -
CMYK 0.38 0 0.27 0.27
HSL 137.14º 0.34% 0.59% -
HSV(B) 137.14º 0.38% 0.73% -
XYZ 29.21 40.61 29.59 -
YUV 159.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 116 186 136 0.38 0 0.27 0.27 137.14 0.34 0.59
Hex 74 BA 88 26 0 1B 1B 89 22 3B
Octal 164 272 210 46 0 33 33 211 42 73
Binary 1110100 10111010 10001000 100110 0 11011 11011 10001001 100010 111011

Color Harmonies of #74BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA88

Black with #74BA88

Text Example


Text Example

White with #74BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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