Html Css Color HEX #768E85 Granny Smith

📋 copy color: '#768E85'

red 118 ◦ green 142 ◦ blue 133

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

Shades of Granny Smith #768E85

Tints of Granny Smith #768E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.13%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 30.03%
G = 36.13%
B = 33.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#768E85 (or 0x768E85) is known color: Granny Smith. HEX triplet: 76, 8E and 85. RGB value is (118,142,133). Sum of RGB (Red+Green+Blue) = 118+142+133=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 142 - color contains mainly: green. Hex color #768E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E85 is #89717A. Grayscale: #858585. Windows color (decimal): -9007483 or 8752758. OLE color: 8752758.

HSL color Cylindrical-coordinate representation of color #768E85: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E85 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 142 133 -
CMYK 0.17 0 0.06 0.44
HSL 157.5º 0.1% 0.51% -
HSV(B) 157.5º 0.17% 0.56% -
XYZ 21.38 24.89 25.87 -
YUV 133.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 118 142 133 0.17 0 0.06 0.44 157.5 0.1 0.51
Hex 76 8E 85 11 0 6 2C 9E A 33
Octal 166 216 205 21 0 6 54 236 12 63
Binary 1110110 10001110 10000101 10001 0 110 101100 10011110 1010 110011

Color Harmonies of #768E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E85

Black with #768E85

Text Example


Text Example

White with #768E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,133); }

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

background-color css

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

 a { background-color: rgb(118,142,133); }

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

border-color css

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

 span { border-color: rgb(118,142,133); }

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