Html Css Color HEX #729685 Granny Smith

📋 copy color: '#729685'

red 114 ◦ green 150 ◦ blue 133

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

Shades of Granny Smith #729685

Tints of Granny Smith #729685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

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

R = 28.72%
G = 37.78%
B = 33.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#729685 (or 0x729685) is known color: Granny Smith. HEX triplet: 72, 96 and 85. RGB value is (114,150,133). Sum of RGB (Red+Green+Blue) = 114+150+133=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #729685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729685 is #8D697A. Grayscale: #898989. Windows color (decimal): -9267579 or 8754802. OLE color: 8754802.

HSL color Cylindrical-coordinate representation of color #729685: hue angle of 151.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729685 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 133 -
CMYK 0.24 0 0.11 0.41
HSL 151.67º 0.15% 0.52% -
HSV(B) 151.67º 0.24% 0.59% -
XYZ 22.08 27.08 26.25 -
YUV 137.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 114 150 133 0.24 0 0.11 0.41 151.67 0.15 0.52
Hex 72 96 85 18 0 B 29 98 F 34
Octal 162 226 205 30 0 13 51 230 17 64
Binary 1110010 10010110 10000101 11000 0 1011 101001 10011000 1111 110100

Color Harmonies of #729685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729685

Black with #729685

Text Example


Text Example

White with #729685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729685; }

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

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

background-color css

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

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

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

border-color css

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

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

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