Html Css Color HEX #76948B Granny Smith

📋 copy color: '#76948B'

red 118 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #76948B

Tints of Granny Smith #76948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 29.14%
G = 36.54%
B = 34.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#76948B (or 0x76948B) is known color: Granny Smith. HEX triplet: 76, 94 and 8B. RGB value is (118,148,139). Sum of RGB (Red+Green+Blue) = 118+148+139=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #76948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76948B is #896B74. Grayscale: #8A8A8A. Windows color (decimal): -9005941 or 9147510. OLE color: 9147510.

HSL color Cylindrical-coordinate representation of color #76948B: hue angle of 162º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76948B is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 139 -
CMYK 0.20 0 0.06 0.42
HSL 162º 0.12% 0.52% -
HSV(B) 162º 0.2% 0.58% -
XYZ 22.72 26.9 28.42 -
YUV 138 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 118 148 139 0.20 0 0.06 0.42 162 0.12 0.52
Hex 76 94 8B 14 0 6 2A A2 C 34
Octal 166 224 213 24 0 6 52 242 14 64
Binary 1110110 10010100 10001011 10100 0 110 101010 10100010 1100 110100

Color Harmonies of #76948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76948B

Black with #76948B

Text Example


Text Example

White with #76948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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