Html Css Color HEX #729082 Granny Smith

📋 copy color: '#729082'

red 114 ◦ green 144 ◦ blue 130

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

Shades of Granny Smith #729082

Tints of Granny Smith #729082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 29.38%
G = 37.11%
B = 33.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#729082 (or 0x729082) is known color: Granny Smith. HEX triplet: 72, 90 and 82. RGB value is (114,144,130). Sum of RGB (Red+Green+Blue) = 114+144+130=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #729082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729082 is #8D6F7D. Grayscale: #858585. Windows color (decimal): -9269118 or 8556658. OLE color: 8556658.

HSL color Cylindrical-coordinate representation of color #729082: hue angle of 152º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729082 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 130 -
CMYK 0.21 0 0.10 0.44
HSL 152º 0.12% 0.51% -
HSV(B) 152º 0.21% 0.56% -
XYZ 20.94 25.14 24.87 -
YUV 133.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 114 144 130 0.21 0 0.10 0.44 152 0.12 0.51
Hex 72 90 82 15 0 A 2C 98 C 33
Octal 162 220 202 25 0 12 54 230 14 63
Binary 1110010 10010000 10000010 10101 0 1010 101100 10011000 1100 110011

Color Harmonies of #729082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729082

Black with #729082

Text Example


Text Example

White with #729082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729082; }

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

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

background-color css

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

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

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

border-color css

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

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

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