Html Css Color HEX #769385 Granny Smith

📋 copy color: '#769385'

red 118 ◦ green 147 ◦ blue 133

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

Shades of Granny Smith #769385

Tints of Granny Smith #769385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 29.65%
G = 36.93%
B = 33.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#769385 (or 0x769385) is known color: Granny Smith. HEX triplet: 76, 93 and 85. RGB value is (118,147,133). Sum of RGB (Red+Green+Blue) = 118+147+133=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #769385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769385 is #896C7A. Grayscale: #888888. Windows color (decimal): -9006203 or 8754038. OLE color: 8754038.

HSL color Cylindrical-coordinate representation of color #769385: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769385 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 133 -
CMYK 0.20 0 0.10 0.42
HSL 151.03º 0.12% 0.52% -
HSV(B) 151.03º 0.2% 0.58% -
XYZ 22.14 26.41 26.12 -
YUV 136.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 118 147 133 0.20 0 0.10 0.42 151.03 0.12 0.52
Hex 76 93 85 14 0 A 2A 97 C 34
Octal 166 223 205 24 0 12 52 227 14 64
Binary 1110110 10010011 10000101 10100 0 1010 101010 10010111 1100 110100

Color Harmonies of #769385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769385

Black with #769385

Text Example


Text Example

White with #769385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769385; }

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

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

background-color css

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

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

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

border-color css

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

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

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