Html Css Color HEX #76928A Granny Smith

📋 copy color: '#76928A'

red 118 ◦ green 146 ◦ blue 138

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

Shades of Granny Smith #76928A

Tints of Granny Smith #76928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 29.35%
G = 36.32%
B = 34.33%

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

#76928A (or 0x76928A) is known color: Granny Smith. HEX triplet: 76, 92 and 8A. RGB value is (118,146,138). Sum of RGB (Red+Green+Blue) = 118+146+138=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #76928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76928A is #896D75. Grayscale: #888888. Windows color (decimal): -9006454 or 9081462. OLE color: 9081462.

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

Color convert

RGB 118 146 138 -
CMYK 0.19 0 0.05 0.43
HSL 162.86º 0.11% 0.52% -
HSV(B) 162.86º 0.19% 0.57% -
XYZ 22.34 26.24 27.93 -
YUV 136.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 118 146 138 0.19 0 0.05 0.43 162.86 0.11 0.52
Hex 76 92 8A 13 0 5 2B A3 B 34
Octal 166 222 212 23 0 5 53 243 13 64
Binary 1110110 10010010 10001010 10011 0 101 101011 10100011 1011 110100

Color Harmonies of #76928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76928A

Black with #76928A

Text Example


Text Example

White with #76928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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