Html Css Color HEX #7CB498 Padua

📋 copy color: '#7CB498'

red 124 ◦ green 180 ◦ blue 152

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

Shades of Padua #7CB498

Tints of Padua #7CB498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 27.19%
G = 39.47%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#7CB498 (or 0x7CB498) is known color: Padua. HEX triplet: 7C, B4 and 98. RGB value is (124,180,152). Sum of RGB (Red+Green+Blue) = 124+180+152=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB498 is #834B67. Grayscale: #A0A0A0. Windows color (decimal): -8604520 or 10007676. OLE color: 10007676.

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

Color convert

RGB 124 180 152 -
CMYK 0.31 0 0.16 0.29
HSL 150º 0.27% 0.6% -
HSV(B) 150º 0.31% 0.71% -
XYZ 30.3 39.19 35.67 -
YUV 160.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 124 180 152 0.31 0 0.16 0.29 150 0.27 0.6
Hex 7C B4 98 1F 0 10 1D 96 1B 3C
Octal 174 264 230 37 0 20 35 226 33 74
Binary 1111100 10110100 10011000 11111 0 10000 11101 10010110 11011 111100

Color Harmonies of #7CB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB498

Black with #7CB498

Text Example


Text Example

White with #7CB498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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