Html Css Color HEX #768C82 Granny Smith

📋 copy color: '#768C82'

red 118 ◦ green 140 ◦ blue 130

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

Shades of Granny Smith #768C82

Tints of Granny Smith #768C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 30.41%
G = 36.08%
B = 33.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#768C82 (or 0x768C82) is known color: Granny Smith. HEX triplet: 76, 8C and 82. RGB value is (118,140,130). Sum of RGB (Red+Green+Blue) = 118+140+130=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #768C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C82 is #89737D. Grayscale: #848484. Windows color (decimal): -9007998 or 8555638. OLE color: 8555638.

HSL color Cylindrical-coordinate representation of color #768C82: hue angle of 152.73º 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 #768C82 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 130 -
CMYK 0.16 0 0.07 0.45
HSL 152.73º 0.09% 0.51% -
HSV(B) 152.73º 0.16% 0.55% -
XYZ 20.88 24.22 24.69 -
YUV 132.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 118 140 130 0.16 0 0.07 0.45 152.73 0.09 0.51
Hex 76 8C 82 10 0 7 2D 99 9 33
Octal 166 214 202 20 0 7 55 231 11 63
Binary 1110110 10001100 10000010 10000 0 111 101101 10011001 1001 110011

Color Harmonies of #768C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C82

Black with #768C82

Text Example


Text Example

White with #768C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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