Html Css Color HEX #7CB095 Padua

📋 copy color: '#7CB095'

red 124 ◦ green 176 ◦ blue 149

#7CB095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #7CB095

Tints of Padua #7CB095

RGB

 RED value IS 124 (48.83% from 255) = 27.62%

 GREEN value IS 176 (69.14% from 255) = 39.2%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 27.62%
G = 39.2%
B = 33.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#7CB095 (or 0x7CB095) is known color: Padua. HEX triplet: 7C, B0 and 95. RGB value is (124,176,149). Sum of RGB (Red+Green+Blue) = 124+176+149=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB095 is #834F6A. Grayscale: #9D9D9D. Windows color (decimal): -8605547 or 9810044. OLE color: 9810044.

HSL color Cylindrical-coordinate representation of color #7CB095: hue angle of 148.85º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB095 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 149 -
CMYK 0.30 0 0.15 0.31
HSL 148.85º 0.25% 0.59% -
HSV(B) 148.85º 0.3% 0.69% -
XYZ 29.26 37.51 34.13 -
YUV 157.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 124 176 149 0.30 0 0.15 0.31 148.85 0.25 0.59
Hex 7C B0 95 1E 0 F 1F 95 19 3B
Octal 174 260 225 36 0 17 37 225 31 73
Binary 1111100 10110000 10010101 11110 0 1111 11111 10010101 11001 111011

Color Harmonies of #7CB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB095

Black with #7CB095

Text Example


Text Example

White with #7CB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,149); }

 H1.HeaderClassName
 {
   color: #7CB095;
 }
 .AnyTagClassName
 {
   color: #7CB095;
 }
</style>

background-color css

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

 a { background-color: rgb(124,176,149); }

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

border-color css

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

 span { border-color: rgb(124,176,149); }

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