Html Css Color HEX #74AC8B Bay Leaf

📋 copy color: '#74AC8B'

red 116 ◦ green 172 ◦ blue 139

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

Shades of Bay Leaf #74AC8B

Tints of Bay Leaf #74AC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.55%

R = 27.17%
G = 40.28%
B = 32.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#74AC8B (or 0x74AC8B) is known color: Bay Leaf. HEX triplet: 74, AC and 8B. RGB value is (116,172,139). Sum of RGB (Red+Green+Blue) = 116+172+139=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC8B is #8B5374. Grayscale: #979797. Windows color (decimal): -9130869 or 9153652. OLE color: 9153652.

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

Color convert

RGB 116 172 139 -
CMYK 0.33 0 0.19 0.33
HSL 144.64º 0.25% 0.56% -
HSV(B) 144.64º 0.33% 0.67% -
XYZ 26.62 35.08 29.79 -
YUV 151.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 116 172 139 0.33 0 0.19 0.33 144.64 0.25 0.56
Hex 74 AC 8B 21 0 13 21 91 19 38
Octal 164 254 213 41 0 23 41 221 31 70
Binary 1110100 10101100 10001011 100001 0 10011 100001 10010001 11001 111000

Color Harmonies of #74AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC8B

Black with #74AC8B

Text Example


Text Example

White with #74AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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