Html Css Color HEX #73968A Granny Smith

📋 copy color: '#73968A'

red 115 ◦ green 150 ◦ blue 138

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

Shades of Granny Smith #73968A

Tints of Granny Smith #73968A

RGB

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

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

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

R = 28.54%
G = 37.22%
B = 34.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#73968A (or 0x73968A) is known color: Granny Smith. HEX triplet: 73, 96 and 8A. RGB value is (115,150,138). Sum of RGB (Red+Green+Blue) = 115+150+138=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #73968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73968A is #8C6975. Grayscale: #8A8A8A. Windows color (decimal): -9202038 or 9082483. OLE color: 9082483.

HSL color Cylindrical-coordinate representation of color #73968A: hue angle of 159.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73968A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 138 -
CMYK 0.23 0 0.08 0.41
HSL 159.43º 0.14% 0.52% -
HSV(B) 159.43º 0.23% 0.59% -
XYZ 22.56 27.29 28.12 -
YUV 138.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 115 150 138 0.23 0 0.08 0.41 159.43 0.14 0.52
Hex 73 96 8A 17 0 8 29 9F E 34
Octal 163 226 212 27 0 10 51 237 16 64
Binary 1110011 10010110 10001010 10111 0 1000 101001 10011111 1110 110100

Color Harmonies of #73968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73968A

Black with #73968A

Text Example


Text Example

White with #73968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,150,138); }

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

background-color css

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

 a { background-color: rgb(115,150,138); }

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

border-color css

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

 span { border-color: rgb(115,150,138); }

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