#7CB99B

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

Shades of Padua #7CB99B

Tints of Padua #7CB99B

Color information

#7CB99B (or 0x7CB99B) is unknown color: approx Padua. HEX triplet: 7C, B9 and 9B. RGB value is (124,185,155). Sum of RGB (Red+Green+Blue) = 124+185+155=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB99B is #834664. Grayscale: #A3A3A3. Windows color (decimal): -8603237 or 10205564. OLE color: 10205564.

HSL color Cylindrical-coordinate representation of color #7CB99B: hue angle of 150.49º 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 #7CB99B is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB124185155-
CMYK0.3300.160.27
HSL150.49º30.35%60.59%-
HSV(B)150.49º32.97%72.55%-
XYZ31.5841.3537.33-
YUV163.34123.2999.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=26.72%
G=39.87%
B=33.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851550.3300.160.27150.4930.3560.59
Hex7CB99B210101B961e3d
Octal17427123341020332263675
Binary11111001011100110011011100001010000110111001011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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