Html Css Color HEX #769B8B Granny Smith

📋 copy color: '#769B8B'

red 118 ◦ green 155 ◦ blue 139

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

Shades of Granny Smith #769B8B

Tints of Granny Smith #769B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 28.64%
G = 37.62%
B = 33.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#769B8B (or 0x769B8B) is known color: Granny Smith. HEX triplet: 76, 9B and 8B. RGB value is (118,155,139). Sum of RGB (Red+Green+Blue) = 118+155+139=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #769B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B8B is #896474. Grayscale: #8E8E8E. Windows color (decimal): -9004149 or 9149302. OLE color: 9149302.

HSL color Cylindrical-coordinate representation of color #769B8B: hue angle of 154.05º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B8B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 139 -
CMYK 0.24 0 0.10 0.39
HSL 154.05º 0.16% 0.54% -
HSV(B) 154.05º 0.24% 0.61% -
XYZ 23.85 29.16 28.8 -
YUV 142.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 118 155 139 0.24 0 0.10 0.39 154.05 0.16 0.54
Hex 76 9B 8B 18 0 A 27 9A 10 36
Octal 166 233 213 30 0 12 47 232 20 66
Binary 1110110 10011011 10001011 11000 0 1010 100111 10011010 10000 110110

Color Harmonies of #769B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B8B

Black with #769B8B

Text Example


Text Example

White with #769B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,139); }

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

background-color css

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

 a { background-color: rgb(118,155,139); }

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

border-color css

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

 span { border-color: rgb(118,155,139); }

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