Html Css Color HEX #74AA80 Bay Leaf

📋 copy color: '#74AA80'

red 116 ◦ green 170 ◦ blue 128

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

Shades of Bay Leaf #74AA80

Tints of Bay Leaf #74AA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 28.02%
G = 41.06%
B = 30.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#74AA80 (or 0x74AA80) is known color: Bay Leaf. HEX triplet: 74, AA and 80. RGB value is (116,170,128). Sum of RGB (Red+Green+Blue) = 116+170+128=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AA80 is #8B557F. Grayscale: #959595. Windows color (decimal): -9131392 or 8432244. OLE color: 8432244.

HSL color Cylindrical-coordinate representation of color #74AA80: hue angle of 133.33º 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 #74AA80 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 128 -
CMYK 0.32 0 0.25 0.33
HSL 133.33º 0.24% 0.56% -
HSV(B) 133.33º 0.32% 0.67% -
XYZ 25.47 34.02 25.65 -
YUV 149.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 116 170 128 0.32 0 0.25 0.33 133.33 0.24 0.56
Hex 74 AA 80 20 0 19 21 85 18 38
Octal 164 252 200 40 0 31 41 205 30 70
Binary 1110100 10101010 10000000 100000 0 11001 100001 10000101 11000 111000

Color Harmonies of #74AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA80

Black with #74AA80

Text Example


Text Example

White with #74AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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