Html Css Color HEX #74AC87 Bay Leaf

📋 copy color: '#74AC87'

red 116 ◦ green 172 ◦ blue 135

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

Shades of Bay Leaf #74AC87

Tints of Bay Leaf #74AC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 27.42%
G = 40.66%
B = 31.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#74AC87 (or 0x74AC87) is known color: Bay Leaf. HEX triplet: 74, AC and 87. RGB value is (116,172,135). Sum of RGB (Red+Green+Blue) = 116+172+135=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC87 is #8B5378. Grayscale: #979797. Windows color (decimal): -9130873 or 8891508. OLE color: 8891508.

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

Color convert

RGB 116 172 135 -
CMYK 0.33 0 0.22 0.33
HSL 140.36º 0.25% 0.56% -
HSV(B) 140.36º 0.33% 0.67% -
XYZ 26.33 34.97 28.28 -
YUV 151.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 116 172 135 0.33 0 0.22 0.33 140.36 0.25 0.56
Hex 74 AC 87 21 0 16 21 8C 19 38
Octal 164 254 207 41 0 26 41 214 31 70
Binary 1110100 10101100 10000111 100001 0 10110 100001 10001100 11001 111000

Color Harmonies of #74AC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC87

Black with #74AC87

Text Example


Text Example

White with #74AC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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