Html Css Color HEX #75B390 Padua

📋 copy color: '#75B390'

red 117 ◦ green 179 ◦ blue 144

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

Shades of Padua #75B390

Tints of Padua #75B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 26.59%
G = 40.68%
B = 32.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#75B390 (or 0x75B390) is known color: Padua. HEX triplet: 75, B3 and 90. RGB value is (117,179,144). Sum of RGB (Red+Green+Blue) = 117+179+144=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #75B390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B390 is #8A4C6F. Grayscale: #9C9C9C. Windows color (decimal): -9063536 or 9483125. OLE color: 9483125.

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

Color convert

RGB 117 179 144 -
CMYK 0.35 0 0.20 0.30
HSL 146.13º 0.29% 0.58% -
HSV(B) 146.13º 0.35% 0.7% -
XYZ 28.49 38.04 32.23 -
YUV 156.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 117 179 144 0.35 0 0.20 0.30 146.13 0.29 0.58
Hex 75 B3 90 23 0 14 1E 92 1D 3A
Octal 165 263 220 43 0 24 36 222 35 72
Binary 1110101 10110011 10010000 100011 0 10100 11110 10010010 11101 111010

Color Harmonies of #75B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B390

Black with #75B390

Text Example


Text Example

White with #75B390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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