Html Css Color HEX #75AF90 Padua

📋 copy color: '#75AF90'

red 117 ◦ green 175 ◦ blue 144

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

Shades of Padua #75AF90

Tints of Padua #75AF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 26.83%
G = 40.14%
B = 33.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#75AF90 (or 0x75AF90) is known color: Padua. HEX triplet: 75, AF and 90. RGB value is (117,175,144). Sum of RGB (Red+Green+Blue) = 117+175+144=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AF90 is #8A506F. Grayscale: #9A9A9A. Windows color (decimal): -9064560 or 9482101. OLE color: 9482101.

HSL color Cylindrical-coordinate representation of color #75AF90: hue angle of 147.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AF90 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 144 -
CMYK 0.33 0 0.18 0.31
HSL 147.93º 0.27% 0.57% -
HSV(B) 147.93º 0.33% 0.69% -
XYZ 27.7 36.46 31.96 -
YUV 154.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 117 175 144 0.33 0 0.18 0.31 147.93 0.27 0.57
Hex 75 AF 90 21 0 12 1F 94 1B 39
Octal 165 257 220 41 0 22 37 224 33 71
Binary 1110101 10101111 10010000 100001 0 10010 11111 10010100 11011 111001

Color Harmonies of #75AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF90

Black with #75AF90

Text Example


Text Example

White with #75AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,175,144); }

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

background-color css

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

 a { background-color: rgb(117,175,144); }

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

border-color css

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

 span { border-color: rgb(117,175,144); }

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