Html Css Color HEX #74BA80 Bay Leaf

📋 copy color: '#74BA80'

red 116 ◦ green 186 ◦ blue 128

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

Shades of Bay Leaf #74BA80

Tints of Bay Leaf #74BA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 26.98%
G = 43.26%
B = 29.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#74BA80 (or 0x74BA80) is known color: Bay Leaf. HEX triplet: 74, BA and 80. RGB value is (116,186,128). Sum of RGB (Red+Green+Blue) = 116+186+128=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA80 is #8B457F. Grayscale: #9E9E9E. Windows color (decimal): -9127296 or 8436340. OLE color: 8436340.

HSL color Cylindrical-coordinate representation of color #74BA80: hue angle of 130.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA80 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 128 -
CMYK 0.38 0 0.31 0.27
HSL 130.29º 0.34% 0.59% -
HSV(B) 130.29º 0.38% 0.73% -
XYZ 28.66 40.39 26.71 -
YUV 158.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 116 186 128 0.38 0 0.31 0.27 130.29 0.34 0.59
Hex 74 BA 80 26 0 1F 1B 82 22 3B
Octal 164 272 200 46 0 37 33 202 42 73
Binary 1110100 10111010 10000000 100110 0 11111 11011 10000010 100010 111011

Color Harmonies of #74BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA80

Black with #74BA80

Text Example


Text Example

White with #74BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,128); }

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

background-color css

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

 a { background-color: rgb(116,186,128); }

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

border-color css

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

 span { border-color: rgb(116,186,128); }

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