#74A888

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

Shades of Bay Leaf #74A888

Tints of Bay Leaf #74A888

Color information

#74A888 (or 0x74A888) is unknown color: approx Bay Leaf. HEX triplet: 74, A8 and 88. RGB value is (116,168,136). Sum of RGB (Red+Green+Blue) = 116+168+136=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #74A888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A888 is #8B5777. Grayscale: #949494. Windows color (decimal): -9131896 or 8956020. OLE color: 8956020.

HSL color Cylindrical-coordinate representation of color #74A888: hue angle of 143.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A888 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB116168136-
CMYK0.3100.190.34
HSL143.08º23.01%55.69%-
HSV(B)143.08º30.95%65.88%-
XYZ25.6533.528.41-
YUV148.8120.77104.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=27.62%
G=40%
B=32.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161681360.3100.190.34143.0823.0155.69
Hex74A8881F013228f1738
Octal16425021037023422172770
Binary11101001010100010001000111110100111000101000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,168,136); }

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

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

 a { background-color: rgb(116,168,136); }

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

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

 span { border-color: rgb(116,168,136); }

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