Html Css Color HEX #74AE84 Bay Leaf

📋 copy color: '#74AE84'

red 116 ◦ green 174 ◦ blue 132

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

Shades of Bay Leaf #74AE84

Tints of Bay Leaf #74AE84

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 27.49%
G = 41.23%
B = 31.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#74AE84 (or 0x74AE84) is known color: Bay Leaf. HEX triplet: 74, AE and 84. RGB value is (116,174,132). Sum of RGB (Red+Green+Blue) = 116+174+132=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AE84 is #8B517B. Grayscale: #979797. Windows color (decimal): -9130364 or 8695412. OLE color: 8695412.

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

Color convert

RGB 116 174 132 -
CMYK 0.33 0 0.24 0.32
HSL 136.55º 0.26% 0.57% -
HSV(B) 136.55º 0.33% 0.68% -
XYZ 26.5 35.65 27.31 -
YUV 151.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 116 174 132 0.33 0 0.24 0.32 136.55 0.26 0.57
Hex 74 AE 84 21 0 18 20 89 1A 39
Octal 164 256 204 41 0 30 40 211 32 71
Binary 1110100 10101110 10000100 100001 0 11000 100000 10001001 11010 111001

Color Harmonies of #74AE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE84

Black with #74AE84

Text Example


Text Example

White with #74AE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,132); }

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

background-color css

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

 a { background-color: rgb(116,174,132); }

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

border-color css

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

 span { border-color: rgb(116,174,132); }

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