Html Css Color HEX #769885 Granny Smith

📋 copy color: '#769885'

red 118 ◦ green 152 ◦ blue 133

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

Shades of Granny Smith #769885

Tints of Granny Smith #769885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

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

R = 29.28%
G = 37.72%
B = 33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#769885 (or 0x769885) is known color: Granny Smith. HEX triplet: 76, 98 and 85. RGB value is (118,152,133). Sum of RGB (Red+Green+Blue) = 118+152+133=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #769885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769885 is #89677A. Grayscale: #8B8B8B. Windows color (decimal): -9004923 or 8755318. OLE color: 8755318.

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

Color convert

RGB 118 152 133 -
CMYK 0.22 0 0.13 0.40
HSL 146.47º 0.14% 0.53% -
HSV(B) 146.47º 0.22% 0.6% -
XYZ 22.93 28 26.39 -
YUV 139.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 118 152 133 0.22 0 0.13 0.40 146.47 0.14 0.53
Hex 76 98 85 16 0 D 28 92 E 35
Octal 166 230 205 26 0 15 50 222 16 65
Binary 1110110 10011000 10000101 10110 0 1101 101000 10010010 1110 110101

Color Harmonies of #769885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769885

Black with #769885

Text Example


Text Example

White with #769885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769885; }

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

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

background-color css

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

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

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

border-color css

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

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

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