Html Css Color HEX #75BA93 Padua

📋 copy color: '#75BA93'

red 117 ◦ green 186 ◦ blue 147

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

Shades of Padua #75BA93

Tints of Padua #75BA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

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

R = 26%
G = 41.33%
B = 32.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#75BA93 (or 0x75BA93) is known color: Padua. HEX triplet: 75, BA and 93. RGB value is (117,186,147). Sum of RGB (Red+Green+Blue) = 117+186+147=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BA93 is #8A456C. Grayscale: #A1A1A1. Windows color (decimal): -9061741 or 9681525. OLE color: 9681525.

HSL color Cylindrical-coordinate representation of color #75BA93: hue angle of 146.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BA93 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 147 -
CMYK 0.37 0 0.21 0.27
HSL 146.09º 0.33% 0.59% -
HSV(B) 146.09º 0.37% 0.73% -
XYZ 30.16 41.01 33.93 -
YUV 160.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 117 186 147 0.37 0 0.21 0.27 146.09 0.33 0.59
Hex 75 BA 93 25 0 15 1B 92 21 3B
Octal 165 272 223 45 0 25 33 222 41 73
Binary 1110101 10111010 10010011 100101 0 10101 11011 10010010 100001 111011

Color Harmonies of #75BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA93

Black with #75BA93

Text Example


Text Example

White with #75BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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