Html Css Color HEX #729482 Granny Smith

📋 copy color: '#729482'

red 114 ◦ green 148 ◦ blue 130

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

Shades of Granny Smith #729482

Tints of Granny Smith #729482

RGB

 RED value IS 114 (44.92% from 255) = 29.08%

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 29.08%
G = 37.76%
B = 33.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#729482 (or 0x729482) is known color: Granny Smith. HEX triplet: 72, 94 and 82. RGB value is (114,148,130). Sum of RGB (Red+Green+Blue) = 114+148+130=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #729482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729482 is #8D6B7D. Grayscale: #878787. Windows color (decimal): -9268094 or 8557682. OLE color: 8557682.

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

Color convert

RGB 114 148 130 -
CMYK 0.23 0 0.12 0.42
HSL 148.24º 0.14% 0.51% -
HSV(B) 148.24º 0.23% 0.58% -
XYZ 21.56 26.37 25.07 -
YUV 135.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 114 148 130 0.23 0 0.12 0.42 148.24 0.14 0.51
Hex 72 94 82 17 0 C 2A 94 E 33
Octal 162 224 202 27 0 14 52 224 16 63
Binary 1110010 10010100 10000010 10111 0 1100 101010 10010100 1110 110011

Color Harmonies of #729482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729482

Black with #729482

Text Example


Text Example

White with #729482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729482; }

 p { color: rgb(114,148,130); }

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

background-color css

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

 a { background-color: rgb(114,148,130); }

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

border-color css

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

 span { border-color: rgb(114,148,130); }

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