Html Css Color HEX #74AC8D Bay Leaf

📋 copy color: '#74AC8D'

red 116 ◦ green 172 ◦ blue 141

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

Shades of Bay Leaf #74AC8D

Tints of Bay Leaf #74AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 27.04%
G = 40.09%
B = 32.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#74AC8D (or 0x74AC8D) is known color: Bay Leaf. HEX triplet: 74, AC and 8D. RGB value is (116,172,141). Sum of RGB (Red+Green+Blue) = 116+172+141=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC8D is #8B5372. Grayscale: #979797. Windows color (decimal): -9130867 or 9284724. OLE color: 9284724.

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

Color convert

RGB 116 172 141 -
CMYK 0.33 0 0.18 0.33
HSL 146.79º 0.25% 0.56% -
HSV(B) 146.79º 0.33% 0.67% -
XYZ 26.76 35.14 30.57 -
YUV 151.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 116 172 141 0.33 0 0.18 0.33 146.79 0.25 0.56
Hex 74 AC 8D 21 0 12 21 93 19 38
Octal 164 254 215 41 0 22 41 223 31 70
Binary 1110100 10101100 10001101 100001 0 10010 100001 10010011 11001 111000

Color Harmonies of #74AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC8D

Black with #74AC8D

Text Example


Text Example

White with #74AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,141); }

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

background-color css

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

 a { background-color: rgb(116,172,141); }

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

border-color css

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

 span { border-color: rgb(116,172,141); }

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