#74C189

Color #74C189 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #74C189

Tints of Bay Leaf #74C189

Color information

#74C189 (or 0x74C189) is unknown color: approx Bay Leaf. HEX triplet: 74, C1 and 89. RGB value is (116,193,137). Sum of RGB (Red+Green+Blue) = 116+193+137=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #74C189 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C189 is #8B3E76. Grayscale: #A3A3A3. Windows color (decimal): -9125495 or 9027956. OLE color: 9027956.

HSL color Cylindrical-coordinate representation of color #74C189: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C189 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB116193137-
CMYK0.4000.290.24
HSL136.36º38.31%60.59%-
HSV(B)136.36º39.9%75.69%-
XYZ30.7943.6630.47-
YUV163.59112.9994.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=26.01%
G=43.27%
B=30.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161931370.4000.290.24136.3638.3160.59
Hex74C1892801D1888263d
Octal16430121150035302104675
Binary111010011000001100010011010000111011100010001000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,137); }

 H1.HeaderClassName
 {
   color: #74C189;
 }
 .AnyTagClassName
 {
   color: #74C189;
 }
</style>
background-color css

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

 a { background-color: rgb(116,193,137); }

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

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

 span { border-color: rgb(116,193,137); }

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