Html Css Color HEX #759B8A Granny Smith

📋 copy color: '#759B8A'

red 117 ◦ green 155 ◦ blue 138

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

Shades of Granny Smith #759B8A

Tints of Granny Smith #759B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 28.54%
G = 37.8%
B = 33.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#759B8A (or 0x759B8A) is known color: Granny Smith. HEX triplet: 75, 9B and 8A. RGB value is (117,155,138). Sum of RGB (Red+Green+Blue) = 117+155+138=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #759B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B8A is #8A6475. Grayscale: #8D8D8D. Windows color (decimal): -9069686 or 9083765. OLE color: 9083765.

HSL color Cylindrical-coordinate representation of color #759B8A: hue angle of 153.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B8A is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 138 -
CMYK 0.25 0 0.11 0.39
HSL 153.16º 0.16% 0.53% -
HSV(B) 153.16º 0.25% 0.61% -
XYZ 23.64 29.06 28.41 -
YUV 141.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 117 155 138 0.25 0 0.11 0.39 153.16 0.16 0.53
Hex 75 9B 8A 19 0 B 27 99 10 35
Octal 165 233 212 31 0 13 47 231 20 65
Binary 1110101 10011011 10001010 11001 0 1011 100111 10011001 10000 110101

Color Harmonies of #759B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B8A

Black with #759B8A

Text Example


Text Example

White with #759B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B8A; }

 p { color: rgb(117,155,138); }

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

background-color css

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

 a { background-color: rgb(117,155,138); }

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

border-color css

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

 span { border-color: rgb(117,155,138); }

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