Html Css Color HEX #759283 Granny Smith

📋 copy color: '#759283'

red 117 ◦ green 146 ◦ blue 131

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

Shades of Granny Smith #759283

Tints of Granny Smith #759283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 29.7%
G = 37.06%
B = 33.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#759283 (or 0x759283) is known color: Granny Smith. HEX triplet: 75, 92 and 83. RGB value is (117,146,131). Sum of RGB (Red+Green+Blue) = 117+146+131=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #759283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759283 is #8A6D7C. Grayscale: #878787. Windows color (decimal): -9071997 or 8622709. OLE color: 8622709.

HSL color Cylindrical-coordinate representation of color #759283: hue angle of 148.97º 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 #759283 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 131 -
CMYK 0.20 0 0.10 0.43
HSL 148.97º 0.12% 0.52% -
HSV(B) 148.97º 0.2% 0.57% -
XYZ 21.71 25.98 25.34 -
YUV 135.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 117 146 131 0.20 0 0.10 0.43 148.97 0.12 0.52
Hex 75 92 83 14 0 A 2B 95 C 34
Octal 165 222 203 24 0 12 53 225 14 64
Binary 1110101 10010010 10000011 10100 0 1010 101011 10010101 1100 110100

Color Harmonies of #759283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759283

Black with #759283

Text Example


Text Example

White with #759283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759283; }

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

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

background-color css

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

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

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

border-color css

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

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

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