Html Css Color HEX #75B695 Padua

📋 copy color: '#75B695'

red 117 ◦ green 182 ◦ blue 149

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

Shades of Padua #75B695

Tints of Padua #75B695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 26.12%
G = 40.63%
B = 33.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#75B695 (or 0x75B695) is known color: Padua. HEX triplet: 75, B6 and 95. RGB value is (117,182,149). Sum of RGB (Red+Green+Blue) = 117+182+149=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #75B695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B695 is #8A496A. Grayscale: #9E9E9E. Windows color (decimal): -9062763 or 9811573. OLE color: 9811573.

HSL color Cylindrical-coordinate representation of color #75B695: hue angle of 149.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B695 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 182 149 -
CMYK 0.36 0 0.18 0.29
HSL 149.54º 0.31% 0.59% -
HSV(B) 149.54º 0.36% 0.71% -
XYZ 29.49 39.41 34.49 -
YUV 158.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 117 182 149 0.36 0 0.18 0.29 149.54 0.31 0.59
Hex 75 B6 95 24 0 12 1D 96 1F 3B
Octal 165 266 225 44 0 22 35 226 37 73
Binary 1110101 10110110 10010101 100100 0 10010 11101 10010110 11111 111011

Color Harmonies of #75B695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B695

Black with #75B695

Text Example


Text Example

White with #75B695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,182,149); }

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

background-color css

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

 a { background-color: rgb(117,182,149); }

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

border-color css

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

 span { border-color: rgb(117,182,149); }

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