#74BF8F

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

Shades of Bay Leaf #74BF8F

Tints of Bay Leaf #74BF8F

Color information

#74BF8F (or 0x74BF8F) is unknown color: approx Bay Leaf. HEX triplet: 74, BF and 8F. RGB value is (116,191,143). Sum of RGB (Red+Green+Blue) = 116+191+143=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF8F is #8B4070. Grayscale: #A3A3A3. Windows color (decimal): -9126001 or 9420660. OLE color: 9420660.

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

Color convert

RGB116191143-
CMYK0.3900.250.25
HSL141.6º36.95%60.2%-
HSV(B)141.6º39.27%74.9%-
XYZ30.7942.9632.66-
YUV163.1116.6594.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=25.78%
G=42.44%
B=31.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911430.3900.250.25141.636.9560.2
Hex74BF8F27019198e253c
Octal16427721747031312164574
Binary111010010111111100011111001110110011100110001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,143); }

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

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

 a { background-color: rgb(116,191,143); }

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

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

 span { border-color: rgb(116,191,143); }

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