Html Css Color HEX #739270 Davy's Grey

📋 copy color: '#739270'

red 115 ◦ green 146 ◦ blue 112

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

Shades of Davy's Grey #739270

Tints of Davy's Grey #739270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 30.83%
G = 39.14%
B = 30.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#739270 (or 0x739270) is known color: Davy's Grey. HEX triplet: 73, 92 and 70. RGB value is (115,146,112). Sum of RGB (Red+Green+Blue) = 115+146+112=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #739270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739270 is #8C6D8F. Grayscale: #848484. Windows color (decimal): -9203088 or 7377523. OLE color: 7377523.

HSL color Cylindrical-coordinate representation of color #739270: hue angle of 114.71º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739270 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 112 -
CMYK 0.21 0 0.23 0.43
HSL 114.71º 0.13% 0.51% -
HSV(B) 114.71º 0.23% 0.57% -
XYZ 20.27 25.37 19.16 -
YUV 132.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 115 146 112 0.21 0 0.23 0.43 114.71 0.13 0.51
Hex 73 92 70 15 0 17 2B 73 D 33
Octal 163 222 160 25 0 27 53 163 15 63
Binary 1110011 10010010 1110000 10101 0 10111 101011 1110011 1101 110011

Color Harmonies of #739270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739270

Black with #739270

Text Example


Text Example

White with #739270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739270; }

 p { color: rgb(115,146,112); }

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

background-color css

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

 a { background-color: rgb(115,146,112); }

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

border-color css

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

 span { border-color: rgb(115,146,112); }

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