#76BF92

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

Shades of Padua #76BF92

Tints of Padua #76BF92

Color information

#76BF92 (or 0x76BF92) is unknown color: approx Padua. HEX triplet: 76, BF and 92. RGB value is (118,191,146). Sum of RGB (Red+Green+Blue) = 118+191+146=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF92 is #89406D. Grayscale: #A4A4A4. Windows color (decimal): -8994926 or 9617270. OLE color: 9617270.

HSL color Cylindrical-coordinate representation of color #76BF92: hue angle of 143.01º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF92 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB118191146-
CMYK0.3800.240.25
HSL143.01º36.32%60.59%-
HSV(B)143.01º38.22%74.9%-
XYZ31.2943.1933.88-
YUV164.04117.8295.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=25.93%
G=41.98%
B=32.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911460.3800.240.25143.0136.3260.59
Hex76BF9226018198f243d
Octal16627722246030312174475
Binary111011010111111100100101001100110001100110001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BF92; }

 p { color: rgb(118,191,146); }

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

<style>
 a { background-color: #76BF92; }

 a { background-color: rgb(118,191,146); }

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

<style>
 span { border-color: #76BF92; }

 span { border-color: rgb(118,191,146); }

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