Html Css Color HEX #71874A Dingley

📋 copy color: '#71874A'

red 113 ◦ green 135 ◦ blue 74

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

Shades of Dingley #71874A

Tints of Dingley #71874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 35.09%
G = 41.93%
B = 22.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#71874A (or 0x71874A) is known color: Dingley. HEX triplet: 71, 87 and 4A. RGB value is (113,135,74). Sum of RGB (Red+Green+Blue) = 113+135+74=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #71874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71874A is #8E78B5. Grayscale: #797979. Windows color (decimal): -9337014 or 4884337. OLE color: 4884337.

HSL color Cylindrical-coordinate representation of color #71874A: hue angle of 81.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71874A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 74 -
CMYK 0.16 0 0.45 0.47
HSL 81.64º 0.29% 0.41% -
HSV(B) 81.64º 0.45% 0.53% -
XYZ 16.71 21.33 9.72 -
YUV 121.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 113 135 74 0.16 0 0.45 0.47 81.64 0.29 0.41
Hex 71 87 4A 10 0 2D 2F 52 1D 29
Octal 161 207 112 20 0 55 57 122 35 51
Binary 1110001 10000111 1001010 10000 0 101101 101111 1010010 11101 101001

Color Harmonies of #71874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71874A

Black with #71874A

Text Example


Text Example

White with #71874A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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