Html Css Color HEX #7CB393 Padua

📋 copy color: '#7CB393'

red 124 ◦ green 179 ◦ blue 147

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

Shades of Padua #7CB393

Tints of Padua #7CB393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 27.56%
G = 39.78%
B = 32.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#7CB393 (or 0x7CB393) is known color: Padua. HEX triplet: 7C, B3 and 93. RGB value is (124,179,147). Sum of RGB (Red+Green+Blue) = 124+179+147=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB393 is #834C6C. Grayscale: #9E9E9E. Windows color (decimal): -8604781 or 9679740. OLE color: 9679740.

HSL color Cylindrical-coordinate representation of color #7CB393: hue angle of 145.09º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB393 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 147 -
CMYK 0.31 0 0.18 0.30
HSL 145.09º 0.27% 0.59% -
HSV(B) 145.09º 0.31% 0.7% -
XYZ 29.7 38.63 33.5 -
YUV 158.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 124 179 147 0.31 0 0.18 0.30 145.09 0.27 0.59
Hex 7C B3 93 1F 0 12 1E 91 1B 3B
Octal 174 263 223 37 0 22 36 221 33 73
Binary 1111100 10110011 10010011 11111 0 10010 11110 10010001 11011 111011

Color Harmonies of #7CB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB393

Black with #7CB393

Text Example


Text Example

White with #7CB393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,147); }

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

background-color css

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

 a { background-color: rgb(124,179,147); }

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

border-color css

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

 span { border-color: rgb(124,179,147); }

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