Html Css Color HEX #75BB92 Padua

📋 copy color: '#75BB92'

red 117 ◦ green 187 ◦ blue 146

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

Shades of Padua #75BB92

Tints of Padua #75BB92

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

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

R = 26%
G = 41.56%
B = 32.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#75BB92 (or 0x75BB92) is known color: Padua. HEX triplet: 75, BB and 92. RGB value is (117,187,146). Sum of RGB (Red+Green+Blue) = 117+187+146=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB92 is #8A446D. Grayscale: #A1A1A1. Windows color (decimal): -9061486 or 9616245. OLE color: 9616245.

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

Color convert

RGB 117 187 146 -
CMYK 0.37 0 0.22 0.27
HSL 144.86º 0.34% 0.6% -
HSV(B) 144.86º 0.37% 0.73% -
XYZ 30.29 41.4 33.59 -
YUV 161.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 117 187 146 0.37 0 0.22 0.27 144.86 0.34 0.6
Hex 75 BB 92 25 0 16 1B 91 22 3C
Octal 165 273 222 45 0 26 33 221 42 74
Binary 1110101 10111011 10010010 100101 0 10110 11011 10010001 100010 111100

Color Harmonies of #75BB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB92

Black with #75BB92

Text Example


Text Example

White with #75BB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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