Html Css Color HEX #738F82 Granny Smith

📋 copy color: '#738F82'

red 115 ◦ green 143 ◦ blue 130

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

Shades of Granny Smith #738F82

Tints of Granny Smith #738F82

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 29.64%
G = 36.86%
B = 33.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#738F82 (or 0x738F82) is known color: Granny Smith. HEX triplet: 73, 8F and 82. RGB value is (115,143,130). Sum of RGB (Red+Green+Blue) = 115+143+130=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #738F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F82 is #8C707D. Grayscale: #858585. Windows color (decimal): -9203838 or 8556403. OLE color: 8556403.

HSL color Cylindrical-coordinate representation of color #738F82: hue angle of 152.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F82 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 143 130 -
CMYK 0.20 0 0.09 0.44
HSL 152.14º 0.11% 0.51% -
HSV(B) 152.14º 0.2% 0.56% -
XYZ 20.92 24.9 24.82 -
YUV 133.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 115 143 130 0.20 0 0.09 0.44 152.14 0.11 0.51
Hex 73 8F 82 14 0 9 2C 98 B 33
Octal 163 217 202 24 0 11 54 230 13 63
Binary 1110011 10001111 10000010 10100 0 1001 101100 10011000 1011 110011

Color Harmonies of #738F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738F82

Black with #738F82

Text Example


Text Example

White with #738F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738F82; }

 p { color: rgb(115,143,130); }

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

background-color css

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

 a { background-color: rgb(115,143,130); }

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

border-color css

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

 span { border-color: rgb(115,143,130); }

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