Html Css Color HEX #769584 Granny Smith

📋 copy color: '#769584'

red 118 ◦ green 149 ◦ blue 132

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

Shades of Granny Smith #769584

Tints of Granny Smith #769584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 29.57%
G = 37.34%
B = 33.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#769584 (or 0x769584) is known color: Granny Smith. HEX triplet: 76, 95 and 84. RGB value is (118,149,132). Sum of RGB (Red+Green+Blue) = 118+149+132=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #769584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769584 is #896A7B. Grayscale: #898989. Windows color (decimal): -9005692 or 8689014. OLE color: 8689014.

HSL color Cylindrical-coordinate representation of color #769584: hue angle of 147.1º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769584 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 132 -
CMYK 0.21 0 0.11 0.42
HSL 147.1º 0.13% 0.52% -
HSV(B) 147.1º 0.21% 0.58% -
XYZ 22.38 27.01 25.86 -
YUV 137.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 118 149 132 0.21 0 0.11 0.42 147.1 0.13 0.52
Hex 76 95 84 15 0 B 2A 93 D 34
Octal 166 225 204 25 0 13 52 223 15 64
Binary 1110110 10010101 10000100 10101 0 1011 101010 10010011 1101 110100

Color Harmonies of #769584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769584

Black with #769584

Text Example


Text Example

White with #769584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769584; }

 p { color: rgb(118,149,132); }

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

background-color css

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

 a { background-color: rgb(118,149,132); }

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

border-color css

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

 span { border-color: rgb(118,149,132); }

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