Html Css Color HEX #76968F Granny Smith

📋 copy color: '#76968F'

red 118 ◦ green 150 ◦ blue 143

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

Shades of Granny Smith #76968F

Tints of Granny Smith #76968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 28.71%
G = 36.5%
B = 34.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#76968F (or 0x76968F) is known color: Granny Smith. HEX triplet: 76, 96 and 8F. RGB value is (118,150,143). Sum of RGB (Red+Green+Blue) = 118+150+143=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #76968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76968F is #896970. Grayscale: #8B8B8B. Windows color (decimal): -9005425 or 9410166. OLE color: 9410166.

HSL color Cylindrical-coordinate representation of color #76968F: hue angle of 166.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76968F is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 143 -
CMYK 0.21 0 0.05 0.41
HSL 166.88º 0.13% 0.53% -
HSV(B) 166.88º 0.21% 0.59% -
XYZ 23.34 27.65 30.09 -
YUV 139.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 118 150 143 0.21 0 0.05 0.41 166.88 0.13 0.53
Hex 76 96 8F 15 0 5 29 A7 D 35
Octal 166 226 217 25 0 5 51 247 15 65
Binary 1110110 10010110 10001111 10101 0 101 101001 10100111 1101 110101

Color Harmonies of #76968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76968F

Black with #76968F

Text Example


Text Example

White with #76968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76968F; }

 p { color: rgb(118,150,143); }

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

background-color css

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

 a { background-color: rgb(118,150,143); }

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

border-color css

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

 span { border-color: rgb(118,150,143); }

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