Html Css Color HEX #7BCB96 Padua

📋 copy color: '#7BCB96'

red 123 ◦ green 203 ◦ blue 150

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

Shades of Padua #7BCB96

Tints of Padua #7BCB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

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

R = 25.84%
G = 42.65%
B = 31.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#7BCB96 (or 0x7BCB96) is known color: Padua. HEX triplet: 7B, CB and 96. RGB value is (123,203,150). Sum of RGB (Red+Green+Blue) = 123+203+150=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCB96 is #843469. Grayscale: #ADADAD. Windows color (decimal): -8664170 or 9882491. OLE color: 9882491.

HSL color Cylindrical-coordinate representation of color #7BCB96: hue angle of 140.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCB96 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 203 150 -
CMYK 0.39 0 0.26 0.20
HSL 140.25º 0.43% 0.64% -
HSV(B) 140.25º 0.39% 0.8% -
XYZ 35.03 49.12 36.49 -
YUV 173.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 123 203 150 0.39 0 0.26 0.20 140.25 0.43 0.64
Hex 7B CB 96 27 0 1A 14 8C 2B 40
Octal 173 313 226 47 0 32 24 214 53 100
Binary 1111011 11001011 10010110 100111 0 11010 10100 10001100 101011 1000000

Color Harmonies of #7BCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCB96

Black with #7BCB96

Text Example


Text Example

White with #7BCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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