Html Css Color HEX #76C093 Padua

📋 copy color: '#76C093'

red 118 ◦ green 192 ◦ blue 147

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

Shades of Padua #76C093

Tints of Padua #76C093

RGB

 RED value IS 118 (46.48% from 255) = 25.82%

 GREEN value IS 192 (75.39% from 255) = 42.01%

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

R = 25.82%
G = 42.01%
B = 32.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#76C093 (or 0x76C093) is known color: Padua. HEX triplet: 76, C0 and 93. RGB value is (118,192,147). Sum of RGB (Red+Green+Blue) = 118+192+147=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #76C093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C093 is #893F6C. Grayscale: #A4A4A4. Windows color (decimal): -8994669 or 9683062. OLE color: 9683062.

HSL color Cylindrical-coordinate representation of color #76C093: hue angle of 143.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C093 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 147 -
CMYK 0.39 0 0.23 0.25
HSL 143.51º 0.37% 0.61% -
HSV(B) 143.51º 0.39% 0.75% -
XYZ 31.59 43.66 34.37 -
YUV 164.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 118 192 147 0.39 0 0.23 0.25 143.51 0.37 0.61
Hex 76 C0 93 27 0 17 19 90 25 3D
Octal 166 300 223 47 0 27 31 220 45 75
Binary 1110110 11000000 10010011 100111 0 10111 11001 10010000 100101 111101

Color Harmonies of #76C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C093

Black with #76C093

Text Example


Text Example

White with #76C093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C093; }

 p { color: rgb(118,192,147); }

 H1.HeaderClassName
 {
   color: #76C093;
 }
 .AnyTagClassName
 {
   color: #76C093;
 }
</style>

background-color css

<style>
 a { background-color: #76C093; }

 a { background-color: rgb(118,192,147); }

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

border-color css

<style>
 span { border-color: #76C093; }

 span { border-color: rgb(118,192,147); }

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