Html Css Color HEX #739484 Granny Smith

📋 copy color: '#739484'

red 115 ◦ green 148 ◦ blue 132

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

Shades of Granny Smith #739484

Tints of Granny Smith #739484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 29.11%
G = 37.47%
B = 33.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#739484 (or 0x739484) is known color: Granny Smith. HEX triplet: 73, 94 and 84. RGB value is (115,148,132). Sum of RGB (Red+Green+Blue) = 115+148+132=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #739484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739484 is #8C6B7B. Grayscale: #888888. Windows color (decimal): -9202556 or 8688755. OLE color: 8688755.

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

Color convert

RGB 115 148 132 -
CMYK 0.22 0 0.11 0.42
HSL 150.91º 0.13% 0.52% -
HSV(B) 150.91º 0.22% 0.58% -
XYZ 21.83 26.49 25.79 -
YUV 136.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 115 148 132 0.22 0 0.11 0.42 150.91 0.13 0.52
Hex 73 94 84 16 0 B 2A 97 D 34
Octal 163 224 204 26 0 13 52 227 15 64
Binary 1110011 10010100 10000100 10110 0 1011 101010 10010111 1101 110100

Color Harmonies of #739484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739484

Black with #739484

Text Example


Text Example

White with #739484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739484; }

 p { color: rgb(115,148,132); }

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

background-color css

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

 a { background-color: rgb(115,148,132); }

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

border-color css

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

 span { border-color: rgb(115,148,132); }

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