Html Css Color HEX #7BBA93 Padua

📋 copy color: '#7BBA93'

red 123 ◦ green 186 ◦ blue 147

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

Shades of Padua #7BBA93

Tints of Padua #7BBA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

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

R = 26.97%
G = 40.79%
B = 32.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#7BBA93 (or 0x7BBA93) is known color: Padua. HEX triplet: 7B, BA and 93. RGB value is (123,186,147). Sum of RGB (Red+Green+Blue) = 123+186+147=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA93 is #84456C. Grayscale: #A2A2A2. Windows color (decimal): -8668525 or 9681531. OLE color: 9681531.

HSL color Cylindrical-coordinate representation of color #7BBA93: hue angle of 142.86º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA93 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 147 -
CMYK 0.34 0 0.21 0.27
HSL 142.86º 0.31% 0.61% -
HSV(B) 142.86º 0.34% 0.73% -
XYZ 30.99 41.44 33.97 -
YUV 162.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 123 186 147 0.34 0 0.21 0.27 142.86 0.31 0.61
Hex 7B BA 93 22 0 15 1B 8F 1F 3D
Octal 173 272 223 42 0 25 33 217 37 75
Binary 1111011 10111010 10010011 100010 0 10101 11011 10001111 11111 111101

Color Harmonies of #7BBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA93

Black with #7BBA93

Text Example


Text Example

White with #7BBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,147); }

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

background-color css

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

 a { background-color: rgb(123,186,147); }

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

border-color css

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

 span { border-color: rgb(123,186,147); }

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