Html Css Color HEX #75BD92 Padua

📋 copy color: '#75BD92'

red 117 ◦ green 189 ◦ blue 146

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

Shades of Padua #75BD92

Tints of Padua #75BD92

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 146 (57.42% from 255) = 32.3%

R = 25.88%
G = 41.81%
B = 32.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#75BD92 (or 0x75BD92) is known color: Padua. HEX triplet: 75, BD and 92. RGB value is (117,189,146). Sum of RGB (Red+Green+Blue) = 117+189+146=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BD92 is #8A426D. Grayscale: #A2A2A2. Windows color (decimal): -9060974 or 9616757. OLE color: 9616757.

HSL color Cylindrical-coordinate representation of color #75BD92: hue angle of 144.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BD92 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 146 -
CMYK 0.38 0 0.23 0.26
HSL 144.17º 0.35% 0.6% -
HSV(B) 144.17º 0.38% 0.74% -
XYZ 30.72 42.25 33.73 -
YUV 162.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 117 189 146 0.38 0 0.23 0.26 144.17 0.35 0.6
Hex 75 BD 92 26 0 17 1A 90 23 3C
Octal 165 275 222 46 0 27 32 220 43 74
Binary 1110101 10111101 10010010 100110 0 10111 11010 10010000 100011 111100

Color Harmonies of #75BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD92

Black with #75BD92

Text Example


Text Example

White with #75BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,146); }

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

background-color css

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

 a { background-color: rgb(117,189,146); }

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

border-color css

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

 span { border-color: rgb(117,189,146); }

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