Html Css Color HEX #759685 Granny Smith

📋 copy color: '#759685'

red 117 ◦ green 150 ◦ blue 133

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

Shades of Granny Smith #759685

Tints of Granny Smith #759685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 29.25%
G = 37.5%
B = 33.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#759685 (or 0x759685) is known color: Granny Smith. HEX triplet: 75, 96 and 85. RGB value is (117,150,133). Sum of RGB (Red+Green+Blue) = 117+150+133=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #759685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759685 is #8A697A. Grayscale: #8A8A8A. Windows color (decimal): -9070971 or 8754805. OLE color: 8754805.

HSL color Cylindrical-coordinate representation of color #759685: hue angle of 149.09º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759685 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 133 -
CMYK 0.22 0 0.11 0.41
HSL 149.09º 0.14% 0.52% -
HSV(B) 149.09º 0.22% 0.59% -
XYZ 22.48 27.29 26.27 -
YUV 138.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 117 150 133 0.22 0 0.11 0.41 149.09 0.14 0.52
Hex 75 96 85 16 0 B 29 95 E 34
Octal 165 226 205 26 0 13 51 225 16 64
Binary 1110101 10010110 10000101 10110 0 1011 101001 10010101 1110 110100

Color Harmonies of #759685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759685

Black with #759685

Text Example


Text Example

White with #759685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759685; }

 p { color: rgb(117,150,133); }

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

background-color css

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

 a { background-color: rgb(117,150,133); }

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

border-color css

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

 span { border-color: rgb(117,150,133); }

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