Html Css Color HEX #769888 Granny Smith

📋 copy color: '#769888'

red 118 ◦ green 152 ◦ blue 136

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

Shades of Granny Smith #769888

Tints of Granny Smith #769888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 29.06%
G = 37.44%
B = 33.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#769888 (or 0x769888) is known color: Granny Smith. HEX triplet: 76, 98 and 88. RGB value is (118,152,136). Sum of RGB (Red+Green+Blue) = 118+152+136=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #769888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769888 is #896777. Grayscale: #8C8C8C. Windows color (decimal): -9004920 or 8951926. OLE color: 8951926.

HSL color Cylindrical-coordinate representation of color #769888: hue angle of 151.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769888 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 136 -
CMYK 0.22 0 0.11 0.40
HSL 151.76º 0.14% 0.53% -
HSV(B) 151.76º 0.22% 0.6% -
XYZ 23.14 28.09 27.49 -
YUV 140.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 118 152 136 0.22 0 0.11 0.40 151.76 0.14 0.53
Hex 76 98 88 16 0 B 28 98 E 35
Octal 166 230 210 26 0 13 50 230 16 65
Binary 1110110 10011000 10001000 10110 0 1011 101000 10011000 1110 110101

Color Harmonies of #769888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769888

Black with #769888

Text Example


Text Example

White with #769888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769888; }

 p { color: rgb(118,152,136); }

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

background-color css

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

 a { background-color: rgb(118,152,136); }

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

border-color css

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

 span { border-color: rgb(118,152,136); }

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