#74BE8A

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

Shades of Bay Leaf #74BE8A

Tints of Bay Leaf #74BE8A

Color information

#74BE8A (or 0x74BE8A) is unknown color: approx Bay Leaf. HEX triplet: 74, BE and 8A. RGB value is (116,190,138). Sum of RGB (Red+Green+Blue) = 116+190+138=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BE8A is #8B4175. Grayscale: #A2A2A2. Windows color (decimal): -9126262 or 9092724. OLE color: 9092724.

HSL color Cylindrical-coordinate representation of color #74BE8A: hue angle of 137.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BE8A is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB116190138-
CMYK0.3900.270.25
HSL137.84º36.27%60%-
HSV(B)137.84º38.95%74.51%-
XYZ30.242.3730.63-
YUV161.95114.4895.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 190 (74.61% from 255) = 42.79%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=26.13%
G=42.79%
B=31.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901380.3900.270.25137.8436.2760
Hex74BE8A2701B198a243c
Octal16427621247033312124474
Binary111010010111110100010101001110110111100110001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,190,138); }

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

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

 a { background-color: rgb(116,190,138); }

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

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

 span { border-color: rgb(116,190,138); }

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