Html Css Color HEX #718C4A Dingley

📋 copy color: '#718C4A'

red 113 ◦ green 140 ◦ blue 74

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

Shades of Dingley #718C4A

Tints of Dingley #718C4A

RGB

 RED value IS 113 (44.53% from 255) = 34.56%

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 34.56%
G = 42.81%
B = 22.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#718C4A (or 0x718C4A) is known color: Dingley. HEX triplet: 71, 8C and 4A. RGB value is (113,140,74). Sum of RGB (Red+Green+Blue) = 113+140+74=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #718C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C4A is #8E73B5. Grayscale: #7C7C7C. Windows color (decimal): -9335734 or 4885617. OLE color: 4885617.

HSL color Cylindrical-coordinate representation of color #718C4A: hue angle of 84.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718C4A is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 74 -
CMYK 0.19 0 0.47 0.45
HSL 84.55º 0.31% 0.42% -
HSV(B) 84.55º 0.47% 0.55% -
XYZ 17.42 22.76 9.95 -
YUV 124.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 113 140 74 0.19 0 0.47 0.45 84.55 0.31 0.42
Hex 71 8C 4A 13 0 2F 2D 55 1F 2A
Octal 161 214 112 23 0 57 55 125 37 52
Binary 1110001 10001100 1001010 10011 0 101111 101101 1010101 11111 101010

Color Harmonies of #718C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C4A

Black with #718C4A

Text Example


Text Example

White with #718C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718C4A; }

 p { color: rgb(113,140,74); }

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

background-color css

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

 a { background-color: rgb(113,140,74); }

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

border-color css

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

 span { border-color: rgb(113,140,74); }

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