Html Css Color HEX #6C874A Dingley

📋 copy color: '#6C874A'

red 108 ◦ green 135 ◦ blue 74

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

Shades of Dingley #6C874A

Tints of Dingley #6C874A

RGB

 RED value IS 108 (42.58% from 255) = 34.07%

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

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

R = 34.07%
G = 42.59%
B = 23.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#6C874A (or 0x6C874A) is known color: Dingley. HEX triplet: 6C, 87 and 4A. RGB value is (108,135,74). Sum of RGB (Red+Green+Blue) = 108+135+74=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #6C874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C874A is #9378B5. Grayscale: #787878. Windows color (decimal): -9664694 or 4884332. OLE color: 4884332.

HSL color Cylindrical-coordinate representation of color #6C874A: hue angle of 86.56º 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 #6C874A is Cyan = 0.2, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 74 -
CMYK 0.2 0 0.45 0.47
HSL 86.56º 0.29% 0.41% -
HSV(B) 86.56º 0.45% 0.53% -
XYZ 16.08 21.01 9.69 -
YUV 119.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 108 135 74 0.2 0 0.45 0.47 86.56 0.29 0.41
Hex 6C 87 4A 14 0 2D 2F 57 1D 29
Octal 154 207 112 24 0 55 57 127 35 51
Binary 1101100 10000111 1001010 10100 0 101101 101111 1010111 11101 101001

Color Harmonies of #6C874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C874A

Black with #6C874A

Text Example


Text Example

White with #6C874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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