#74C187

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

Shades of Bay Leaf #74C187

Tints of Bay Leaf #74C187

Color information

#74C187 (or 0x74C187) is unknown color: approx Bay Leaf. HEX triplet: 74, C1 and 87. RGB value is (116,193,135). Sum of RGB (Red+Green+Blue) = 116+193+135=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #74C187 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C187 is #8B3E78. Grayscale: #A3A3A3. Windows color (decimal): -9125497 or 8896884. OLE color: 8896884.

HSL color Cylindrical-coordinate representation of color #74C187: hue angle of 134.81º 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 #74C187 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB116193135-
CMYK0.4000.300.24
HSL134.81º38.31%60.59%-
HSV(B)134.81º39.9%75.69%-
XYZ30.6543.629.72-
YUV163.36111.9994.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=26.13%
G=43.47%
B=30.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161931350.4000.300.24134.8138.3160.59
Hex74C1872801E1887263d
Octal16430120750036302074675
Binary111010011000001100001111010000111101100010000111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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