Html Css Color HEX #768C84 Granny Smith

📋 copy color: '#768C84'

red 118 ◦ green 140 ◦ blue 132

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

Shades of Granny Smith #768C84

Tints of Granny Smith #768C84

RGB

 RED value IS 118 (46.48% from 255) = 30.26%

 GREEN value IS 140 (55.08% from 255) = 35.9%

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

R = 30.26%
G = 35.9%
B = 33.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#768C84 (or 0x768C84) is known color: Granny Smith. HEX triplet: 76, 8C and 84. RGB value is (118,140,132). Sum of RGB (Red+Green+Blue) = 118+140+132=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #768C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C84 is #89737B. Grayscale: #848484. Windows color (decimal): -9007996 or 8686710. OLE color: 8686710.

HSL color Cylindrical-coordinate representation of color #768C84: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768C84 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 132 -
CMYK 0.16 0 0.06 0.45
HSL 158.18º 0.09% 0.51% -
HSV(B) 158.18º 0.16% 0.55% -
XYZ 21.01 24.27 25.41 -
YUV 132.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 118 140 132 0.16 0 0.06 0.45 158.18 0.09 0.51
Hex 76 8C 84 10 0 6 2D 9E 9 33
Octal 166 214 204 20 0 6 55 236 11 63
Binary 1110110 10001100 10000100 10000 0 110 101101 10011110 1001 110011

Color Harmonies of #768C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C84

Black with #768C84

Text Example


Text Example

White with #768C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C84; }

 p { color: rgb(118,140,132); }

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

background-color css

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

 a { background-color: rgb(118,140,132); }

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

border-color css

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

 span { border-color: rgb(118,140,132); }

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