Html Css Color HEX #789484 Granny Smith

📋 copy color: '#789484'

red 120 ◦ green 148 ◦ blue 132

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

Shades of Granny Smith #789484

Tints of Granny Smith #789484

RGB

 RED value IS 120 (47.27% from 255) = 30%

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

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

R = 30%
G = 37%
B = 33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#789484 (or 0x789484) is known color: Granny Smith. HEX triplet: 78, 94 and 84. RGB value is (120,148,132). Sum of RGB (Red+Green+Blue) = 120+148+132=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #789484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789484 is #876B7B. Grayscale: #898989. Windows color (decimal): -8874876 or 8688760. OLE color: 8688760.

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

Color convert

RGB 120 148 132 -
CMYK 0.19 0 0.11 0.42
HSL 145.71º 0.12% 0.53% -
HSV(B) 145.71º 0.19% 0.58% -
XYZ 22.5 26.84 25.82 -
YUV 137.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 120 148 132 0.19 0 0.11 0.42 145.71 0.12 0.53
Hex 78 94 84 13 0 B 2A 92 C 35
Octal 170 224 204 23 0 13 52 222 14 65
Binary 1111000 10010100 10000100 10011 0 1011 101010 10010010 1100 110101

Color Harmonies of #789484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789484

Black with #789484

Text Example


Text Example

White with #789484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789484; }

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

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

background-color css

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

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

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

border-color css

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

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

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