Html Css Color HEX #7CB492 Padua

📋 copy color: '#7CB492'

red 124 ◦ green 180 ◦ blue 146

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

Shades of Padua #7CB492

Tints of Padua #7CB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 146 (57.42% from 255) = 32.44%

R = 27.56%
G = 40%
B = 32.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#7CB492 (or 0x7CB492) is known color: Padua. HEX triplet: 7C, B4 and 92. RGB value is (124,180,146). Sum of RGB (Red+Green+Blue) = 124+180+146=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB492 is #834B6D. Grayscale: #9F9F9F. Windows color (decimal): -8604526 or 9614460. OLE color: 9614460.

HSL color Cylindrical-coordinate representation of color #7CB492: hue angle of 143.57º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB492 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 146 -
CMYK 0.31 0 0.19 0.29
HSL 143.57º 0.27% 0.6% -
HSV(B) 143.57º 0.31% 0.71% -
XYZ 29.82 39 33.15 -
YUV 159.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 124 180 146 0.31 0 0.19 0.29 143.57 0.27 0.6
Hex 7C B4 92 1F 0 13 1D 90 1B 3C
Octal 174 264 222 37 0 23 35 220 33 74
Binary 1111100 10110100 10010010 11111 0 10011 11101 10010000 11011 111100

Color Harmonies of #7CB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB492

Black with #7CB492

Text Example


Text Example

White with #7CB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,146); }

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

background-color css

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

 a { background-color: rgb(124,180,146); }

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

border-color css

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

 span { border-color: rgb(124,180,146); }

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