Html Css Color HEX #759483 Granny Smith

📋 copy color: '#759483'

red 117 ◦ green 148 ◦ blue 131

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

Shades of Granny Smith #759483

Tints of Granny Smith #759483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

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

R = 29.55%
G = 37.37%
B = 33.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#759483 (or 0x759483) is known color: Granny Smith. HEX triplet: 75, 94 and 83. RGB value is (117,148,131). Sum of RGB (Red+Green+Blue) = 117+148+131=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #759483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759483 is #8A6B7C. Grayscale: #888888. Windows color (decimal): -9071485 or 8623221. OLE color: 8623221.

HSL color Cylindrical-coordinate representation of color #759483: hue angle of 147.1º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759483 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 131 -
CMYK 0.21 0 0.11 0.42
HSL 147.1º 0.13% 0.52% -
HSV(B) 147.1º 0.21% 0.58% -
XYZ 22.02 26.6 25.45 -
YUV 136.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 117 148 131 0.21 0 0.11 0.42 147.1 0.13 0.52
Hex 75 94 83 15 0 B 2A 93 D 34
Octal 165 224 203 25 0 13 52 223 15 64
Binary 1110101 10010100 10000011 10101 0 1011 101010 10010011 1101 110100

Color Harmonies of #759483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759483

Black with #759483

Text Example


Text Example

White with #759483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759483; }

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

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

background-color css

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

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

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

border-color css

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

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

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