Html Css Color HEX #769585 Granny Smith

📋 copy color: '#769585'

red 118 ◦ green 149 ◦ blue 133

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

Shades of Granny Smith #769585

Tints of Granny Smith #769585

RGB

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

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

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

R = 29.5%
G = 37.25%
B = 33.25%

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

#769585 (or 0x769585) is known color: Granny Smith. HEX triplet: 76, 95 and 85. RGB value is (118,149,133). Sum of RGB (Red+Green+Blue) = 118+149+133=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #769585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769585 is #896A7A. Grayscale: #898989. Windows color (decimal): -9005691 or 8754550. OLE color: 8754550.

HSL color Cylindrical-coordinate representation of color #769585: hue angle of 149.03º 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 #769585 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 133 -
CMYK 0.21 0 0.11 0.42
HSL 149.03º 0.13% 0.52% -
HSV(B) 149.03º 0.21% 0.58% -
XYZ 22.45 27.04 26.23 -
YUV 137.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 118 149 133 0.21 0 0.11 0.42 149.03 0.13 0.52
Hex 76 95 85 15 0 B 2A 95 D 34
Octal 166 225 205 25 0 13 52 225 15 64
Binary 1110110 10010101 10000101 10101 0 1011 101010 10010101 1101 110100

Color Harmonies of #769585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769585

Black with #769585

Text Example


Text Example

White with #769585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769585; }

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

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

background-color css

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

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

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

border-color css

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

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

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