Html Css Color HEX #769E8E Granny Smith

📋 copy color: '#769E8E'

red 118 ◦ green 158 ◦ blue 142

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

Shades of Granny Smith #769E8E

Tints of Granny Smith #769E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 28.23%
G = 37.8%
B = 33.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#769E8E (or 0x769E8E) is known color: Granny Smith. HEX triplet: 76, 9E and 8E. RGB value is (118,158,142). Sum of RGB (Red+Green+Blue) = 118+158+142=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #769E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E8E is #896171. Grayscale: #909090. Windows color (decimal): -9003378 or 9346678. OLE color: 9346678.

HSL color Cylindrical-coordinate representation of color #769E8E: hue angle of 156º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769E8E is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 158 142 -
CMYK 0.25 0 0.10 0.38
HSL 156º 0.17% 0.54% -
HSV(B) 156º 0.25% 0.62% -
XYZ 24.58 30.26 30.14 -
YUV 144.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 118 158 142 0.25 0 0.10 0.38 156 0.17 0.54
Hex 76 9E 8E 19 0 A 26 9C 11 36
Octal 166 236 216 31 0 12 46 234 21 66
Binary 1110110 10011110 10001110 11001 0 1010 100110 10011100 10001 110110

Color Harmonies of #769E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E8E

Black with #769E8E

Text Example


Text Example

White with #769E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769E8E; }

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

 H1.HeaderClassName
 {
   color: #769E8E;
 }
 .AnyTagClassName
 {
   color: #769E8E;
 }
</style>

background-color css

<style>
 a { background-color: #769E8E; }

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

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

border-color css

<style>
 span { border-color: #769E8E; }

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

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