Html Css Color HEX #739990 Granny Smith

📋 copy color: '#739990'

red 115 ◦ green 153 ◦ blue 144

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

Shades of Granny Smith #739990

Tints of Granny Smith #739990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 27.91%
G = 37.14%
B = 34.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#739990 (or 0x739990) is known color: Granny Smith. HEX triplet: 73, 99 and 90. RGB value is (115,153,144). Sum of RGB (Red+Green+Blue) = 115+153+144=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #739990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739990 is #8C666F. Grayscale: #8C8C8C. Windows color (decimal): -9201264 or 9476467. OLE color: 9476467.

HSL color Cylindrical-coordinate representation of color #739990: hue angle of 165.79º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739990 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 144 -
CMYK 0.25 0 0.06 0.4
HSL 165.79º 0.16% 0.53% -
HSV(B) 165.79º 0.25% 0.6% -
XYZ 23.5 28.44 30.64 -
YUV 140.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 115 153 144 0.25 0 0.06 0.4 165.79 0.16 0.53
Hex 73 99 90 19 0 6 28 A6 10 35
Octal 163 231 220 31 0 6 50 246 20 65
Binary 1110011 10011001 10010000 11001 0 110 101000 10100110 10000 110101

Color Harmonies of #739990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739990

Black with #739990

Text Example


Text Example

White with #739990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739990; }

 p { color: rgb(115,153,144); }

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

background-color css

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

 a { background-color: rgb(115,153,144); }

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

border-color css

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

 span { border-color: rgb(115,153,144); }

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