#7CB99D

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

Shades of Padua #7CB99D

Tints of Padua #7CB99D

Color information

#7CB99D (or 0x7CB99D) is unknown color: approx Padua. HEX triplet: 7C, B9 and 9D. RGB value is (124,185,157). Sum of RGB (Red+Green+Blue) = 124+185+157=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB99D is #834662. Grayscale: #A3A3A3. Windows color (decimal): -8603235 or 10336636. OLE color: 10336636.

HSL color Cylindrical-coordinate representation of color #7CB99D: hue angle of 152.46º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB99D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB124185157-
CMYK0.3300.150.27
HSL152.46º30.35%60.59%-
HSV(B)152.46º32.97%72.55%-
XYZ31.7541.4238.22-
YUV163.57124.2999.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=26.61%
G=39.70%
B=33.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851570.3300.150.27152.4630.3560.59
Hex7CB99D210F1B981e3d
Octal17427123541017332303675
Binary1111100101110011001110110000101111110111001100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB99D; }

 p { color: rgb(124,185,157); }

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

<style>
 a { background-color: #7CB99D; }

 a { background-color: rgb(124,185,157); }

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

<style>
 span { border-color: #7CB99D; }

 span { border-color: rgb(124,185,157); }

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