#74BE84

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

Shades of Bay Leaf #74BE84

Tints of Bay Leaf #74BE84

Color information

#74BE84 (or 0x74BE84) is unknown color: approx Bay Leaf. HEX triplet: 74, BE and 84. RGB value is (116,190,132). Sum of RGB (Red+Green+Blue) = 116+190+132=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BE84 is #8B417B. Grayscale: #A1A1A1. Windows color (decimal): -9126268 or 8699508. OLE color: 8699508.

HSL color Cylindrical-coordinate representation of color #74BE84: hue angle of 132.97º 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 #74BE84 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB116190132-
CMYK0.3900.310.25
HSL132.97º36.27%60%-
HSV(B)132.97º38.95%74.51%-
XYZ29.7842.2128.41-
YUV161.26111.4895.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=26.48%
G=43.38%
B=30.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901320.3900.310.25132.9736.2760
Hex74BE842701F1985243c
Octal16427620447037312054474
Binary111010010111110100001001001110111111100110000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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