Html Css Color HEX #749270 Davy's Grey

📋 copy color: '#749270'

red 116 ◦ green 146 ◦ blue 112

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

Shades of Davy's Grey #749270

Tints of Davy's Grey #749270

RGB

 RED value IS 116 (45.7% from 255) = 31.02%

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

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

R = 31.02%
G = 39.04%
B = 29.95%

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

#749270 (or 0x749270) is known color: Davy's Grey. HEX triplet: 74, 92 and 70. RGB value is (116,146,112). Sum of RGB (Red+Green+Blue) = 116+146+112=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #749270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749270 is #8B6D8F. Grayscale: #858585. Windows color (decimal): -9137552 or 7377524. OLE color: 7377524.

HSL color Cylindrical-coordinate representation of color #749270: hue angle of 112.94º 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 #749270 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 112 -
CMYK 0.21 0 0.23 0.43
HSL 112.94º 0.13% 0.51% -
HSV(B) 112.94º 0.23% 0.57% -
XYZ 20.41 25.44 19.16 -
YUV 133.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 116 146 112 0.21 0 0.23 0.43 112.94 0.13 0.51
Hex 74 92 70 15 0 17 2B 71 D 33
Octal 164 222 160 25 0 27 53 161 15 63
Binary 1110100 10010010 1110000 10101 0 10111 101011 1110001 1101 110011

Color Harmonies of #749270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749270

Black with #749270

Text Example


Text Example

White with #749270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749270; }

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

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

background-color css

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

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

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

border-color css

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

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

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