Html Css Color HEX #759C8B Granny Smith

📋 copy color: '#759C8B'

red 117 ◦ green 156 ◦ blue 139

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

Shades of Granny Smith #759C8B

Tints of Granny Smith #759C8B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 28.4%
G = 37.86%
B = 33.74%

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

#759C8B (or 0x759C8B) is known color: Granny Smith. HEX triplet: 75, 9C and 8B. RGB value is (117,156,139). Sum of RGB (Red+Green+Blue) = 117+156+139=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #759C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C8B is #8A6374. Grayscale: #8E8E8E. Windows color (decimal): -9069429 or 9149557. OLE color: 9149557.

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

Color convert

RGB 117 156 139 -
CMYK 0.25 0 0.11 0.39
HSL 153.85º 0.16% 0.54% -
HSV(B) 153.85º 0.25% 0.61% -
XYZ 23.88 29.42 28.85 -
YUV 142.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 117 156 139 0.25 0 0.11 0.39 153.85 0.16 0.54
Hex 75 9C 8B 19 0 B 27 9A 10 36
Octal 165 234 213 31 0 13 47 232 20 66
Binary 1110101 10011100 10001011 11001 0 1011 100111 10011010 10000 110110

Color Harmonies of #759C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C8B

Black with #759C8B

Text Example


Text Example

White with #759C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,139); }

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

background-color css

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

 a { background-color: rgb(117,156,139); }

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

border-color css

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

 span { border-color: rgb(117,156,139); }

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