Html Css Color HEX #739585 Granny Smith

📋 copy color: '#739585'

red 115 ◦ green 149 ◦ blue 133

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

Shades of Granny Smith #739585

Tints of Granny Smith #739585

RGB

 RED value IS 115 (45.31% from 255) = 28.97%

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 28.97%
G = 37.53%
B = 33.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#739585 (or 0x739585) is known color: Granny Smith. HEX triplet: 73, 95 and 85. RGB value is (115,149,133). Sum of RGB (Red+Green+Blue) = 115+149+133=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #739585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739585 is #8C6A7A. Grayscale: #898989. Windows color (decimal): -9202299 or 8754547. OLE color: 8754547.

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

Color convert

RGB 115 149 133 -
CMYK 0.23 0 0.11 0.42
HSL 151.76º 0.14% 0.52% -
HSV(B) 151.76º 0.23% 0.58% -
XYZ 22.05 26.83 26.21 -
YUV 137.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 115 149 133 0.23 0 0.11 0.42 151.76 0.14 0.52
Hex 73 95 85 17 0 B 2A 98 E 34
Octal 163 225 205 27 0 13 52 230 16 64
Binary 1110011 10010101 10000101 10111 0 1011 101010 10011000 1110 110100

Color Harmonies of #739585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739585

Black with #739585

Text Example


Text Example

White with #739585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739585; }

 p { color: rgb(115,149,133); }

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

background-color css

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

 a { background-color: rgb(115,149,133); }

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

border-color css

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

 span { border-color: rgb(115,149,133); }

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