Html Css Color HEX #72988B Granny Smith

📋 copy color: '#72988B'

red 114 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #72988B

Tints of Granny Smith #72988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 28.15%
G = 37.53%
B = 34.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#72988B (or 0x72988B) is known color: Granny Smith. HEX triplet: 72, 98 and 8B. RGB value is (114,152,139). Sum of RGB (Red+Green+Blue) = 114+152+139=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #72988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72988B is #8D6774. Grayscale: #8B8B8B. Windows color (decimal): -9267061 or 9148530. OLE color: 9148530.

HSL color Cylindrical-coordinate representation of color #72988B: hue angle of 159.47º 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 #72988B is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 152 139 -
CMYK 0.25 0 0.09 0.40
HSL 159.47º 0.16% 0.52% -
HSV(B) 159.47º 0.25% 0.6% -
XYZ 22.83 27.9 28.61 -
YUV 139.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 114 152 139 0.25 0 0.09 0.40 159.47 0.16 0.52
Hex 72 98 8B 19 0 9 28 9F 10 34
Octal 162 230 213 31 0 11 50 237 20 64
Binary 1110010 10011000 10001011 11001 0 1001 101000 10011111 10000 110100

Color Harmonies of #72988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72988B

Black with #72988B

Text Example


Text Example

White with #72988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72988B; }

 p { color: rgb(114,152,139); }

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

background-color css

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

 a { background-color: rgb(114,152,139); }

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

border-color css

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

 span { border-color: rgb(114,152,139); }

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