Html Css Color HEX #749583 Granny Smith

📋 copy color: '#749583'

red 116 ◦ green 149 ◦ blue 131

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

Shades of Granny Smith #749583

Tints of Granny Smith #749583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 29.29%
G = 37.63%
B = 33.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#749583 (or 0x749583) is known color: Granny Smith. HEX triplet: 74, 95 and 83. RGB value is (116,149,131). Sum of RGB (Red+Green+Blue) = 116+149+131=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #749583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749583 is #8B6A7C. Grayscale: #898989. Windows color (decimal): -9136765 or 8623476. OLE color: 8623476.

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

Color convert

RGB 116 149 131 -
CMYK 0.22 0 0.12 0.42
HSL 147.27º 0.13% 0.52% -
HSV(B) 147.27º 0.22% 0.58% -
XYZ 22.05 26.85 25.49 -
YUV 137.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 116 149 131 0.22 0 0.12 0.42 147.27 0.13 0.52
Hex 74 95 83 16 0 C 2A 93 D 34
Octal 164 225 203 26 0 14 52 223 15 64
Binary 1110100 10010101 10000011 10110 0 1100 101010 10010011 1101 110100

Color Harmonies of #749583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749583

Black with #749583

Text Example


Text Example

White with #749583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749583; }

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

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

background-color css

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

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

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

border-color css

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

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

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