Html Css Color HEX #74A588 Bay Leaf

📋 copy color: '#74A588'

red 116 ◦ green 165 ◦ blue 136

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

Shades of Bay Leaf #74A588

Tints of Bay Leaf #74A588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 27.82%
G = 39.57%
B = 32.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#74A588 (or 0x74A588) is known color: Bay Leaf. HEX triplet: 74, A5 and 88. RGB value is (116,165,136). Sum of RGB (Red+Green+Blue) = 116+165+136=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #74A588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A588 is #8B5A77. Grayscale: #939393. Windows color (decimal): -9132664 or 8955252. OLE color: 8955252.

HSL color Cylindrical-coordinate representation of color #74A588: hue angle of 144.49º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74A588 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 136 -
CMYK 0.30 0 0.18 0.35
HSL 144.49º 0.21% 0.55% -
HSV(B) 144.49º 0.3% 0.65% -
XYZ 25.1 32.4 28.22 -
YUV 147.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 116 165 136 0.30 0 0.18 0.35 144.49 0.21 0.55
Hex 74 A5 88 1E 0 12 23 90 15 37
Octal 164 245 210 36 0 22 43 220 25 67
Binary 1110100 10100101 10001000 11110 0 10010 100011 10010000 10101 110111

Color Harmonies of #74A588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A588

Black with #74A588

Text Example


Text Example

White with #74A588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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