Html Css Color HEX #78B694 Padua

📋 copy color: '#78B694'

red 120 ◦ green 182 ◦ blue 148

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

Shades of Padua #78B694

Tints of Padua #78B694

RGB

 RED value IS 120 (47.27% from 255) = 26.67%

 GREEN value IS 182 (71.48% from 255) = 40.44%

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 26.67%
G = 40.44%
B = 32.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#78B694 (or 0x78B694) is known color: Padua. HEX triplet: 78, B6 and 94. RGB value is (120,182,148). Sum of RGB (Red+Green+Blue) = 120+182+148=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #78B694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B694 is #87496B. Grayscale: #9F9F9F. Windows color (decimal): -8866156 or 9746040. OLE color: 9746040.

HSL color Cylindrical-coordinate representation of color #78B694: hue angle of 147.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B694 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 182 148 -
CMYK 0.34 0 0.19 0.29
HSL 147.1º 0.3% 0.59% -
HSV(B) 147.1º 0.34% 0.71% -
XYZ 29.82 39.59 34.09 -
YUV 159.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 120 182 148 0.34 0 0.19 0.29 147.1 0.3 0.59
Hex 78 B6 94 22 0 13 1D 93 1E 3B
Octal 170 266 224 42 0 23 35 223 36 73
Binary 1111000 10110110 10010100 100010 0 10011 11101 10010011 11110 111011

Color Harmonies of #78B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B694

Black with #78B694

Text Example


Text Example

White with #78B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78B694; }

 p { color: rgb(120,182,148); }

 H1.HeaderClassName
 {
   color: #78B694;
 }
 .AnyTagClassName
 {
   color: #78B694;
 }
</style>

background-color css

<style>
 a { background-color: #78B694; }

 a { background-color: rgb(120,182,148); }

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

border-color css

<style>
 span { border-color: #78B694; }

 span { border-color: rgb(120,182,148); }

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