Html Css Color HEX #769785 Granny Smith

📋 copy color: '#769785'

red 118 ◦ green 151 ◦ blue 133

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

Shades of Granny Smith #769785

Tints of Granny Smith #769785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 29.35%
G = 37.56%
B = 33.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#769785 (or 0x769785) is known color: Granny Smith. HEX triplet: 76, 97 and 85. RGB value is (118,151,133). Sum of RGB (Red+Green+Blue) = 118+151+133=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #769785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769785 is #89687A. Grayscale: #8B8B8B. Windows color (decimal): -9005179 or 8755062. OLE color: 8755062.

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

Color convert

RGB 118 151 133 -
CMYK 0.22 0 0.12 0.41
HSL 147.27º 0.14% 0.53% -
HSV(B) 147.27º 0.22% 0.59% -
XYZ 22.77 27.68 26.33 -
YUV 139.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 118 151 133 0.22 0 0.12 0.41 147.27 0.14 0.53
Hex 76 97 85 16 0 C 29 93 E 35
Octal 166 227 205 26 0 14 51 223 16 65
Binary 1110110 10010111 10000101 10110 0 1100 101001 10010011 1110 110101

Color Harmonies of #769785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769785

Black with #769785

Text Example


Text Example

White with #769785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769785; }

 p { color: rgb(118,151,133); }

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

background-color css

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

 a { background-color: rgb(118,151,133); }

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

border-color css

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

 span { border-color: rgb(118,151,133); }

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