Html Css Color HEX #75B290 Padua

📋 copy color: '#75B290'

red 117 ◦ green 178 ◦ blue 144

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

Shades of Padua #75B290

Tints of Padua #75B290

RGB

 RED value IS 117 (46.09% from 255) = 26.65%

 GREEN value IS 178 (69.92% from 255) = 40.55%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 26.65%
G = 40.55%
B = 32.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#75B290 (or 0x75B290) is known color: Padua. HEX triplet: 75, B2 and 90. RGB value is (117,178,144). Sum of RGB (Red+Green+Blue) = 117+178+144=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #75B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B290 is #8A4D6F. Grayscale: #9B9B9B. Windows color (decimal): -9063792 or 9482869. OLE color: 9482869.

HSL color Cylindrical-coordinate representation of color #75B290: hue angle of 146.56º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B290 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 178 144 -
CMYK 0.34 0 0.19 0.30
HSL 146.56º 0.28% 0.58% -
HSV(B) 146.56º 0.34% 0.7% -
XYZ 28.29 37.64 32.16 -
YUV 155.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 117 178 144 0.34 0 0.19 0.30 146.56 0.28 0.58
Hex 75 B2 90 22 0 13 1E 93 1C 3A
Octal 165 262 220 42 0 23 36 223 34 72
Binary 1110101 10110010 10010000 100010 0 10011 11110 10010011 11100 111010

Color Harmonies of #75B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B290

Black with #75B290

Text Example


Text Example

White with #75B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75B290; }

 p { color: rgb(117,178,144); }

 H1.HeaderClassName
 {
   color: #75B290;
 }
 .AnyTagClassName
 {
   color: #75B290;
 }
</style>

background-color css

<style>
 a { background-color: #75B290; }

 a { background-color: rgb(117,178,144); }

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

border-color css

<style>
 span { border-color: #75B290; }

 span { border-color: rgb(117,178,144); }

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