Html Css Color HEX #78948B Granny Smith

📋 copy color: '#78948B'

red 120 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #78948B

Tints of Granny Smith #78948B

RGB

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

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

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

R = 29.48%
G = 36.36%
B = 34.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#78948B (or 0x78948B) is known color: Granny Smith. HEX triplet: 78, 94 and 8B. RGB value is (120,148,139). Sum of RGB (Red+Green+Blue) = 120+148+139=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #78948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78948B is #876B74. Grayscale: #8A8A8A. Windows color (decimal): -8874869 or 9147512. OLE color: 9147512.

HSL color Cylindrical-coordinate representation of color #78948B: hue angle of 160.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 #78948B is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 139 -
CMYK 0.19 0 0.06 0.42
HSL 160.71º 0.12% 0.53% -
HSV(B) 160.71º 0.19% 0.58% -
XYZ 23 27.04 28.43 -
YUV 138.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 120 148 139 0.19 0 0.06 0.42 160.71 0.12 0.53
Hex 78 94 8B 13 0 6 2A A1 C 35
Octal 170 224 213 23 0 6 52 241 14 65
Binary 1111000 10010100 10001011 10011 0 110 101010 10100001 1100 110101

Color Harmonies of #78948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78948B

Black with #78948B

Text Example


Text Example

White with #78948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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