#74C08B

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

Shades of Bay Leaf #74C08B

Tints of Bay Leaf #74C08B

Color information

#74C08B (or 0x74C08B) is unknown color: approx Bay Leaf. HEX triplet: 74, C0 and 8B. RGB value is (116,192,139). Sum of RGB (Red+Green+Blue) = 116+192+139=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #74C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C08B is #8B3F74. Grayscale: #A3A3A3. Windows color (decimal): -9125749 or 9158772. OLE color: 9158772.

HSL color Cylindrical-coordinate representation of color #74C08B: hue angle of 138.16º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C08B is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB116192139-
CMYK0.4000.280.25
HSL138.16º37.62%60.39%-
HSV(B)138.16º39.58%75.29%-
XYZ30.7143.2831.16-
YUV163.23114.3294.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=25.95%
G=42.95%
B=31.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161921390.4000.280.25138.1637.6260.39
Hex74C08B2801C198a263c
Octal16430021350034312124674
Binary111010011000000100010111010000111001100110001010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,139); }

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

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

 a { background-color: rgb(116,192,139); }

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

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

 span { border-color: rgb(116,192,139); }

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