#74b692

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

Shades of Padua #74B692

Tints of Padua #74B692

Color information

#74B692 (or 0x74B692) is unknown color: approx Padua. HEX triplet: 74, B6 and 92. RGB value is (116,182,146). Sum of RGB (Red+Green+Blue) = 116+182+146=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #74B692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B692 is #8B496D. Grayscale: #9E9E9E. Windows color (decimal): -9128302 or 9614964. OLE color: 9614964.

HSL color Cylindrical-coordinate representation of color #74B692: hue angle of 147.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B692 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB116182146-
CMYK0.3600.200.29
HSL147.27º31.13%58.43%-
HSV(B)147.27º36.26%71.37%-
XYZ29.1239.2433.23-
YUV158.16121.1397.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=26.13%
G=40.99%
B=32.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821460.3600.200.29147.2731.1358.43
Hex74B692240141D931f3a
Octal16426622244024352233772
Binary11101001011011010010010100100010100111011001001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74b692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,182,146); }

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

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

 a { background-color: rgb(116,182,146); }

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

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

 span { border-color: rgb(116,182,146); }

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