Html Css Color HEX #769184 Granny Smith

📋 copy color: '#769184'

red 118 ◦ green 145 ◦ blue 132

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

Shades of Granny Smith #769184

Tints of Granny Smith #769184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 29.87%
G = 36.71%
B = 33.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#769184 (or 0x769184) is known color: Granny Smith. HEX triplet: 76, 91 and 84. RGB value is (118,145,132). Sum of RGB (Red+Green+Blue) = 118+145+132=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #769184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769184 is #896E7B. Grayscale: #878787. Windows color (decimal): -9006716 or 8687990. OLE color: 8687990.

HSL color Cylindrical-coordinate representation of color #769184: hue angle of 151.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769184 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 132 -
CMYK 0.19 0 0.09 0.43
HSL 151.11º 0.11% 0.52% -
HSV(B) 151.11º 0.19% 0.57% -
XYZ 21.76 25.77 25.66 -
YUV 135.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 118 145 132 0.19 0 0.09 0.43 151.11 0.11 0.52
Hex 76 91 84 13 0 9 2B 97 B 34
Octal 166 221 204 23 0 11 53 227 13 64
Binary 1110110 10010001 10000100 10011 0 1001 101011 10010111 1011 110100

Color Harmonies of #769184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769184

Black with #769184

Text Example


Text Example

White with #769184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769184; }

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

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

background-color css

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

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

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

border-color css

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

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

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