Html Css Color HEX #729285 Granny Smith

📋 copy color: '#729285'

red 114 ◦ green 146 ◦ blue 133

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

Shades of Granny Smith #729285

Tints of Granny Smith #729285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 29.01%
G = 37.15%
B = 33.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#729285 (or 0x729285) is known color: Granny Smith. HEX triplet: 72, 92 and 85. RGB value is (114,146,133). Sum of RGB (Red+Green+Blue) = 114+146+133=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #729285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729285 is #8D6D7A. Grayscale: #868686. Windows color (decimal): -9268603 or 8753778. OLE color: 8753778.

HSL color Cylindrical-coordinate representation of color #729285: hue angle of 155.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729285 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 133 -
CMYK 0.22 0 0.09 0.43
HSL 155.63º 0.13% 0.51% -
HSV(B) 155.63º 0.22% 0.57% -
XYZ 21.45 25.83 26.05 -
YUV 134.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 114 146 133 0.22 0 0.09 0.43 155.63 0.13 0.51
Hex 72 92 85 16 0 9 2B 9C D 33
Octal 162 222 205 26 0 11 53 234 15 63
Binary 1110010 10010010 10000101 10110 0 1001 101011 10011100 1101 110011

Color Harmonies of #729285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729285

Black with #729285

Text Example


Text Example

White with #729285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729285; }

 p { color: rgb(114,146,133); }

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

background-color css

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

 a { background-color: rgb(114,146,133); }

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

border-color css

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

 span { border-color: rgb(114,146,133); }

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