Html Css Color HEX #749383 Granny Smith

📋 copy color: '#749383'

red 116 ◦ green 147 ◦ blue 131

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

Shades of Granny Smith #749383

Tints of Granny Smith #749383

RGB

 RED value IS 116 (45.7% from 255) = 29.44%

 GREEN value IS 147 (57.81% from 255) = 37.31%

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

R = 29.44%
G = 37.31%
B = 33.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#749383 (or 0x749383) is known color: Granny Smith. HEX triplet: 74, 93 and 83. RGB value is (116,147,131). Sum of RGB (Red+Green+Blue) = 116+147+131=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #749383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749383 is #8B6C7C. Grayscale: #878787. Windows color (decimal): -9137277 or 8622964. OLE color: 8622964.

HSL color Cylindrical-coordinate representation of color #749383: hue angle of 149.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749383 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 131 -
CMYK 0.21 0 0.11 0.42
HSL 149.03º 0.13% 0.52% -
HSV(B) 149.03º 0.21% 0.58% -
XYZ 21.73 26.22 25.39 -
YUV 135.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 116 147 131 0.21 0 0.11 0.42 149.03 0.13 0.52
Hex 74 93 83 15 0 B 2A 95 D 34
Octal 164 223 203 25 0 13 52 225 15 64
Binary 1110100 10010011 10000011 10101 0 1011 101010 10010101 1101 110100

Color Harmonies of #749383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749383

Black with #749383

Text Example


Text Example

White with #749383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749383; }

 p { color: rgb(116,147,131); }

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

background-color css

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

 a { background-color: rgb(116,147,131); }

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

border-color css

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

 span { border-color: rgb(116,147,131); }

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