Html Css Color HEX #72998A Granny Smith

📋 copy color: '#72998A'

red 114 ◦ green 153 ◦ blue 138

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

Shades of Granny Smith #72998A

Tints of Granny Smith #72998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 28.15%
G = 37.78%
B = 34.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#72998A (or 0x72998A) is known color: Granny Smith. HEX triplet: 72, 99 and 8A. RGB value is (114,153,138). Sum of RGB (Red+Green+Blue) = 114+153+138=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #72998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72998A is #8D6675. Grayscale: #8B8B8B. Windows color (decimal): -9266806 or 9083250. OLE color: 9083250.

HSL color Cylindrical-coordinate representation of color #72998A: hue angle of 156.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72998A is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 138 -
CMYK 0.25 0 0.10 0.4
HSL 156.92º 0.16% 0.52% -
HSV(B) 156.92º 0.25% 0.6% -
XYZ 22.92 28.19 28.28 -
YUV 139.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 114 153 138 0.25 0 0.10 0.4 156.92 0.16 0.52
Hex 72 99 8A 19 0 A 28 9D 10 34
Octal 162 231 212 31 0 12 50 235 20 64
Binary 1110010 10011001 10001010 11001 0 1010 101000 10011101 10000 110100

Color Harmonies of #72998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72998A

Black with #72998A

Text Example


Text Example

White with #72998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72998A; }

 p { color: rgb(114,153,138); }

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

background-color css

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

 a { background-color: rgb(114,153,138); }

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

border-color css

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

 span { border-color: rgb(114,153,138); }

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