Html Css Color HEX #73988C Granny Smith

📋 copy color: '#73988C'

red 115 ◦ green 152 ◦ blue 140

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

Shades of Granny Smith #73988C

Tints of Granny Smith #73988C

RGB

 RED value IS 115 (45.31% from 255) = 28.26%

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 28.26%
G = 37.35%
B = 34.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#73988C (or 0x73988C) is known color: Granny Smith. HEX triplet: 73, 98 and 8C. RGB value is (115,152,140). Sum of RGB (Red+Green+Blue) = 115+152+140=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #73988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73988C is #8C6773. Grayscale: #8B8B8B. Windows color (decimal): -9201524 or 9214067. OLE color: 9214067.

HSL color Cylindrical-coordinate representation of color #73988C: hue angle of 160.54º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73988C is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 140 -
CMYK 0.24 0 0.08 0.40
HSL 160.54º 0.15% 0.52% -
HSV(B) 160.54º 0.24% 0.6% -
XYZ 23.03 27.99 29 -
YUV 139.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 115 152 140 0.24 0 0.08 0.40 160.54 0.15 0.52
Hex 73 98 8C 18 0 8 28 A1 F 34
Octal 163 230 214 30 0 10 50 241 17 64
Binary 1110011 10011000 10001100 11000 0 1000 101000 10100001 1111 110100

Color Harmonies of #73988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73988C

Black with #73988C

Text Example


Text Example

White with #73988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73988C; }

 p { color: rgb(115,152,140); }

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

background-color css

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

 a { background-color: rgb(115,152,140); }

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

border-color css

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

 span { border-color: rgb(115,152,140); }

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