#74C082

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

Shades of Bay Leaf #74C082

Tints of Bay Leaf #74C082

Color information

#74C082 (or 0x74C082) is unknown color: approx Bay Leaf. HEX triplet: 74, C0 and 82. RGB value is (116,192,130). Sum of RGB (Red+Green+Blue) = 116+192+130=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #74C082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C082 is #8B3F7D. Grayscale: #A2A2A2. Windows color (decimal): -9125758 or 8568948. OLE color: 8568948.

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

Color convert

RGB116192130-
CMYK0.4000.320.25
HSL131.05º37.62%60.39%-
HSV(B)131.05º39.58%75.29%-
XYZ30.0843.0227.84-
YUV162.21109.8295.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=26.48%
G=43.84%
B=29.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161921300.4000.320.25131.0537.6260.39
Hex74C082280201983263c
Octal16430020250040312034674
Binary1110100110000001000001010100001000001100110000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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