Html Css Color HEX #75B393 Padua

📋 copy color: '#75B393'

red 117 ◦ green 179 ◦ blue 147

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

Shades of Padua #75B393

Tints of Padua #75B393

RGB

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

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

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

R = 26.41%
G = 40.41%
B = 33.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#75B393 (or 0x75B393) is known color: Padua. HEX triplet: 75, B3 and 93. RGB value is (117,179,147). Sum of RGB (Red+Green+Blue) = 117+179+147=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #75B393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B393 is #8A4C6C. Grayscale: #9C9C9C. Windows color (decimal): -9063533 or 9679733. OLE color: 9679733.

HSL color Cylindrical-coordinate representation of color #75B393: hue angle of 149.03º 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 #75B393 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 147 -
CMYK 0.35 0 0.18 0.30
HSL 149.03º 0.29% 0.58% -
HSV(B) 149.03º 0.35% 0.7% -
XYZ 28.72 38.13 33.45 -
YUV 156.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 117 179 147 0.35 0 0.18 0.30 149.03 0.29 0.58
Hex 75 B3 93 23 0 12 1E 95 1D 3A
Octal 165 263 223 43 0 22 36 225 35 72
Binary 1110101 10110011 10010011 100011 0 10010 11110 10010101 11101 111010

Color Harmonies of #75B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B393

Black with #75B393

Text Example


Text Example

White with #75B393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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