Html Css Color HEX #76B092 Padua

📋 copy color: '#76B092'

red 118 ◦ green 176 ◦ blue 146

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

Shades of Padua #76B092

Tints of Padua #76B092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 146 (57.42% from 255) = 33.18%

R = 26.82%
G = 40%
B = 33.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#76B092 (or 0x76B092) is known color: Padua. HEX triplet: 76, B0 and 92. RGB value is (118,176,146). Sum of RGB (Red+Green+Blue) = 118+176+146=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #76B092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B092 is #894F6D. Grayscale: #9B9B9B. Windows color (decimal): -8998766 or 9613430. OLE color: 9613430.

HSL color Cylindrical-coordinate representation of color #76B092: hue angle of 148.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76B092 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 176 146 -
CMYK 0.33 0 0.17 0.31
HSL 148.97º 0.27% 0.58% -
HSV(B) 148.97º 0.33% 0.69% -
XYZ 28.18 36.98 32.85 -
YUV 155.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 118 176 146 0.33 0 0.17 0.31 148.97 0.27 0.58
Hex 76 B0 92 21 0 11 1F 95 1B 3A
Octal 166 260 222 41 0 21 37 225 33 72
Binary 1110110 10110000 10010010 100001 0 10001 11111 10010101 11011 111010

Color Harmonies of #76B092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B092

Black with #76B092

Text Example


Text Example

White with #76B092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,176,146); }

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

background-color css

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

 a { background-color: rgb(118,176,146); }

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

border-color css

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

 span { border-color: rgb(118,176,146); }

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