Html Css Color HEX #759282 Granny Smith

📋 copy color: '#759282'

red 117 ◦ green 146 ◦ blue 130

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

Shades of Granny Smith #759282

Tints of Granny Smith #759282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 29.77%
G = 37.15%
B = 33.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#759282 (or 0x759282) is known color: Granny Smith. HEX triplet: 75, 92 and 82. RGB value is (117,146,130). Sum of RGB (Red+Green+Blue) = 117+146+130=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #759282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759282 is #8A6D7D. Grayscale: #878787. Windows color (decimal): -9071998 or 8557173. OLE color: 8557173.

HSL color Cylindrical-coordinate representation of color #759282: hue angle of 146.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759282 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 130 -
CMYK 0.20 0 0.11 0.43
HSL 146.9º 0.12% 0.52% -
HSV(B) 146.9º 0.2% 0.57% -
XYZ 21.64 25.95 24.99 -
YUV 135.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 117 146 130 0.20 0 0.11 0.43 146.9 0.12 0.52
Hex 75 92 82 14 0 B 2B 93 C 34
Octal 165 222 202 24 0 13 53 223 14 64
Binary 1110101 10010010 10000010 10100 0 1011 101011 10010011 1100 110100

Color Harmonies of #759282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759282

Black with #759282

Text Example


Text Example

White with #759282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759282; }

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

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

background-color css

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

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

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

border-color css

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

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

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