Html Css Color HEX #76928B Granny Smith

📋 copy color: '#76928B'

red 118 ◦ green 146 ◦ blue 139

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

Shades of Granny Smith #76928B

Tints of Granny Smith #76928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 29.28%
G = 36.23%
B = 34.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#76928B (or 0x76928B) is known color: Granny Smith. HEX triplet: 76, 92 and 8B. RGB value is (118,146,139). Sum of RGB (Red+Green+Blue) = 118+146+139=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #76928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76928B is #896D74. Grayscale: #888888. Windows color (decimal): -9006453 or 9146998. OLE color: 9146998.

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

Color convert

RGB 118 146 139 -
CMYK 0.19 0 0.05 0.43
HSL 165º 0.11% 0.52% -
HSV(B) 165º 0.19% 0.57% -
XYZ 22.41 26.27 28.32 -
YUV 136.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 118 146 139 0.19 0 0.05 0.43 165 0.11 0.52
Hex 76 92 8B 13 0 5 2B A5 B 34
Octal 166 222 213 23 0 5 53 245 13 64
Binary 1110110 10010010 10001011 10011 0 101 101011 10100101 1011 110100

Color Harmonies of #76928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76928B

Black with #76928B

Text Example


Text Example

White with #76928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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