Html Css Color HEX #74B694 Padua

📋 copy color: '#74B694'

red 116 ◦ green 182 ◦ blue 148

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

Shades of Padua #74B694

Tints of Padua #74B694

RGB

 RED value IS 116 (45.7% from 255) = 26.01%

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

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

R = 26.01%
G = 40.81%
B = 33.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#74B694 (or 0x74B694) is known color: Padua. HEX triplet: 74, B6 and 94. RGB value is (116,182,148). Sum of RGB (Red+Green+Blue) = 116+182+148=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #74B694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B694 is #8B496B. Grayscale: #9E9E9E. Windows color (decimal): -9128300 or 9746036. OLE color: 9746036.

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

Color convert

RGB 116 182 148 -
CMYK 0.36 0 0.19 0.29
HSL 149.09º 0.31% 0.58% -
HSV(B) 149.09º 0.36% 0.71% -
XYZ 29.28 39.31 34.06 -
YUV 158.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 116 182 148 0.36 0 0.19 0.29 149.09 0.31 0.58
Hex 74 B6 94 24 0 13 1D 95 1F 3A
Octal 164 266 224 44 0 23 35 225 37 72
Binary 1110100 10110110 10010100 100100 0 10011 11101 10010101 11111 111010

Color Harmonies of #74B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B694

Black with #74B694

Text Example


Text Example

White with #74B694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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