Html Css Color HEX #769283 Granny Smith

📋 copy color: '#769283'

red 118 ◦ green 146 ◦ blue 131

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

Shades of Granny Smith #769283

Tints of Granny Smith #769283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 29.87%
G = 36.96%
B = 33.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#769283 (or 0x769283) is known color: Granny Smith. HEX triplet: 76, 92 and 83. RGB value is (118,146,131). Sum of RGB (Red+Green+Blue) = 118+146+131=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #769283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769283 is #896D7C. Grayscale: #878787. Windows color (decimal): -9006461 or 8622710. OLE color: 8622710.

HSL color Cylindrical-coordinate representation of color #769283: hue angle of 147.86º 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 #769283 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 131 -
CMYK 0.19 0 0.10 0.43
HSL 147.86º 0.11% 0.52% -
HSV(B) 147.86º 0.19% 0.57% -
XYZ 21.85 26.05 25.35 -
YUV 135.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 118 146 131 0.19 0 0.10 0.43 147.86 0.11 0.52
Hex 76 92 83 13 0 A 2B 94 B 34
Octal 166 222 203 23 0 12 53 224 13 64
Binary 1110110 10010010 10000011 10011 0 1010 101011 10010100 1011 110100

Color Harmonies of #769283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769283

Black with #769283

Text Example


Text Example

White with #769283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769283; }

 p { color: rgb(118,146,131); }

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

background-color css

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

 a { background-color: rgb(118,146,131); }

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

border-color css

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

 span { border-color: rgb(118,146,131); }

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