#74BA85

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

Shades of Bay Leaf #74BA85

Tints of Bay Leaf #74BA85

Color information

#74BA85 (or 0x74BA85) is unknown color: approx Bay Leaf. HEX triplet: 74, BA and 85. RGB value is (116,186,133). Sum of RGB (Red+Green+Blue) = 116+186+133=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA85 is #8B457A. Grayscale: #9F9F9F. Windows color (decimal): -9127291 or 8764020. OLE color: 8764020.

HSL color Cylindrical-coordinate representation of color #74BA85: hue angle of 134.57º 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 #74BA85 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB116186133-
CMYK0.3800.280.27
HSL134.57º33.65%59.22%-
HSV(B)134.57º37.63%72.94%-
XYZ2940.5228.48-
YUV159.03113.3197.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=26.67%
G=42.76%
B=30.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161861330.3800.280.27134.5733.6559.22
Hex74BA852601C1B87223b
Octal16427220546034332074273
Binary111010010111010100001011001100111001101110000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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