Html Css Color HEX #7BCC96 Padua

📋 copy color: '#7BCC96'

red 123 ◦ green 204 ◦ blue 150

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

Shades of Padua #7BCC96

Tints of Padua #7BCC96

RGB

 RED value IS 123 (48.44% from 255) = 25.79%

 GREEN value IS 204 (80.08% from 255) = 42.77%

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 25.79%
G = 42.77%
B = 31.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#7BCC96 (or 0x7BCC96) is known color: Padua. HEX triplet: 7B, CC and 96. RGB value is (123,204,150). Sum of RGB (Red+Green+Blue) = 123+204+150=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC96 is #843369. Grayscale: #ADADAD. Windows color (decimal): -8663914 or 9882747. OLE color: 9882747.

HSL color Cylindrical-coordinate representation of color #7BCC96: hue angle of 140º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC96 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 204 150 -
CMYK 0.40 0 0.26 0.2
HSL 140º 0.44% 0.64% -
HSV(B) 140º 0.4% 0.8% -
XYZ 35.27 49.6 36.57 -
YUV 173.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 123 204 150 0.40 0 0.26 0.2 140 0.44 0.64
Hex 7B CC 96 28 0 1A 14 8C 2C 40
Octal 173 314 226 50 0 32 24 214 54 100
Binary 1111011 11001100 10010110 101000 0 11010 10100 10001100 101100 1000000

Color Harmonies of #7BCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCC96

Black with #7BCC96

Text Example


Text Example

White with #7BCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,204,150); }

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

background-color css

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

 a { background-color: rgb(123,204,150); }

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

border-color css

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

 span { border-color: rgb(123,204,150); }

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