Html Css Color HEX #74B488 Bay Leaf

📋 copy color: '#74B488'

red 116 ◦ green 180 ◦ blue 136

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

Shades of Bay Leaf #74B488

Tints of Bay Leaf #74B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 136 (53.52% from 255) = 31.48%

R = 26.85%
G = 41.67%
B = 31.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#74B488 (or 0x74B488) is known color: Bay Leaf. HEX triplet: 74, B4 and 88. RGB value is (116,180,136). Sum of RGB (Red+Green+Blue) = 116+180+136=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #74B488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B488 is #8B4B77. Grayscale: #9B9B9B. Windows color (decimal): -9128824 or 8959092. OLE color: 8959092.

HSL color Cylindrical-coordinate representation of color #74B488: hue angle of 138.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B488 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 136 -
CMYK 0.36 0 0.24 0.29
HSL 138.75º 0.3% 0.58% -
HSV(B) 138.75º 0.36% 0.71% -
XYZ 27.97 38.13 29.18 -
YUV 155.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 116 180 136 0.36 0 0.24 0.29 138.75 0.3 0.58
Hex 74 B4 88 24 0 18 1D 8B 1E 3A
Octal 164 264 210 44 0 30 35 213 36 72
Binary 1110100 10110100 10001000 100100 0 11000 11101 10001011 11110 111010

Color Harmonies of #74B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B488

Black with #74B488

Text Example


Text Example

White with #74B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,180,136); }

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

background-color css

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

 a { background-color: rgb(116,180,136); }

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

border-color css

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

 span { border-color: rgb(116,180,136); }

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