Html Css Color HEX #769A8F Granny Smith

📋 copy color: '#769A8F'

red 118 ◦ green 154 ◦ blue 143

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

Shades of Granny Smith #769A8F

Tints of Granny Smith #769A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.11%

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

R = 28.43%
G = 37.11%
B = 34.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#769A8F (or 0x769A8F) is known color: Granny Smith. HEX triplet: 76, 9A and 8F. RGB value is (118,154,143). Sum of RGB (Red+Green+Blue) = 118+154+143=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #769A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A8F is #896570. Grayscale: #8D8D8D. Windows color (decimal): -9004401 or 9411190. OLE color: 9411190.

HSL color Cylindrical-coordinate representation of color #769A8F: hue angle of 161.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769A8F is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 143 -
CMYK 0.23 0 0.07 0.40
HSL 161.67º 0.15% 0.53% -
HSV(B) 161.67º 0.23% 0.6% -
XYZ 23.98 28.95 30.31 -
YUV 141.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 118 154 143 0.23 0 0.07 0.40 161.67 0.15 0.53
Hex 76 9A 8F 17 0 7 28 A2 F 35
Octal 166 232 217 27 0 7 50 242 17 65
Binary 1110110 10011010 10001111 10111 0 111 101000 10100010 1111 110101

Color Harmonies of #769A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A8F

Black with #769A8F

Text Example


Text Example

White with #769A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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