Html Css Color HEX #74AA8C Bay Leaf

📋 copy color: '#74AA8C'

red 116 ◦ green 170 ◦ blue 140

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

Shades of Bay Leaf #74AA8C

Tints of Bay Leaf #74AA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.91%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 27.23%
G = 39.91%
B = 32.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#74AA8C (or 0x74AA8C) is known color: Bay Leaf. HEX triplet: 74, AA and 8C. RGB value is (116,170,140). Sum of RGB (Red+Green+Blue) = 116+170+140=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AA8C is #8B5573. Grayscale: #969696. Windows color (decimal): -9131380 or 9218676. OLE color: 9218676.

HSL color Cylindrical-coordinate representation of color #74AA8C: hue angle of 146.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AA8C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 140 -
CMYK 0.32 0 0.18 0.33
HSL 146.67º 0.24% 0.56% -
HSV(B) 146.67º 0.32% 0.67% -
XYZ 26.31 34.36 30.06 -
YUV 150.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 116 170 140 0.32 0 0.18 0.33 146.67 0.24 0.56
Hex 74 AA 8C 20 0 12 21 93 18 38
Octal 164 252 214 40 0 22 41 223 30 70
Binary 1110100 10101010 10001100 100000 0 10010 100001 10010011 11000 111000

Color Harmonies of #74AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA8C

Black with #74AA8C

Text Example


Text Example

White with #74AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,140); }

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

background-color css

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

 a { background-color: rgb(116,170,140); }

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

border-color css

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

 span { border-color: rgb(116,170,140); }

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