#7CBF94

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

Shades of Padua #7CBF94

Tints of Padua #7CBF94

Color information

#7CBF94 (or 0x7CBF94) is unknown color: approx Padua. HEX triplet: 7C, BF and 94. RGB value is (124,191,148). Sum of RGB (Red+Green+Blue) = 124+191+148=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF94 is #83406B. Grayscale: #A6A6A6. Windows color (decimal): -8601708 or 9748348. OLE color: 9748348.

HSL color Cylindrical-coordinate representation of color #7CBF94: hue angle of 141.49º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF94 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB124191148-
CMYK0.3500.230.25
HSL141.49º34.36%61.76%-
HSV(B)141.49º35.08%74.9%-
XYZ32.2943.6834.75-
YUV166.06117.898-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=26.78%
G=41.25%
B=31.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911480.3500.230.25141.4934.3661.76
Hex7CBF9423017198d223e
Octal17427722443027312154276
Binary111110010111111100101001000110101111100110001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,148); }

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

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

 a { background-color: rgb(124,191,148); }

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

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

 span { border-color: rgb(124,191,148); }

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